svn commit: r385581 - head/www/mod_auth_openid

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 00:44:36 UTC 2015


Author: amdmi3
Date: Thu May  7 00:44:35 2015
New Revision: 385581
URL: https://svnweb.freebsd.org/changeset/ports/385581

Log:
  - Add LICENSE
  - Add CPE info

Modified:
  head/www/mod_auth_openid/Makefile

Modified: head/www/mod_auth_openid/Makefile
==============================================================================
--- head/www/mod_auth_openid/Makefile	Thu May  7 00:41:02 2015	(r385580)
+++ head/www/mod_auth_openid/Makefile	Thu May  7 00:44:35 2015	(r385581)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Authentication module for the Apache 2 webserver with OpenID
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libopkele.so:${PORTSDIR}/devel/libopkele \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
@@ -20,10 +23,12 @@ GH_COMMIT=	22d1719
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
 
 USE_APACHE=	22+
-USES=		autoreconf gmake libtool pkgconfig
+USES=		autoreconf cpe gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcre=${LOCALBASE}
 
+CPE_VENDOR=	findingscience
+
 CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
 
 post-patch:


More information about the svn-ports-head mailing list