diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-07 00:44:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-07 00:44:35 +0000 |
commit | 04b99571d03fb57d7fcc19a3cba83308e5b81b70 (patch) | |
tree | 3eb8efda9efdcb44e3c17e4d729195d78ea15804 /www/mod_auth_openid/Makefile | |
parent | 8421c526cb250ac9e99f8588ca5c84b1afbcdcb6 (diff) |
- Add LICENSE
- Add CPE info
Notes
Notes:
svn path=/head/; revision=385581
Diffstat (limited to 'www/mod_auth_openid/Makefile')
-rw-r--r-- | www/mod_auth_openid/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 510a21537499..ba86cf4921cb 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= ports@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: |