diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-07 08:44:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-07 08:44:35 +0800 |
commit | bf1982550eca5837955c243ecdcf5152750752b3 (patch) | |
tree | 3eb8efda9efdcb44e3c17e4d729195d78ea15804 /www/mod_auth_openid | |
parent | a055ce6e2776d413156e8ff44a6e66d0775468c8 (diff) | |
download | freebsd-ports-gnome-bf1982550eca5837955c243ecdcf5152750752b3.tar.gz freebsd-ports-gnome-bf1982550eca5837955c243ecdcf5152750752b3.tar.zst freebsd-ports-gnome-bf1982550eca5837955c243ecdcf5152750752b3.zip |
- Add LICENSE
- Add CPE info
Diffstat (limited to 'www/mod_auth_openid')
-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: |