Date: Thu, 7 May 2015 00:44:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385581 - head/www/mod_auth_openid Message-ID: <201505070044.t470iaCp046049@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505070044.t470iaCp046049>