svn commit: r383999 - head/security/sssd
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Apr 14 13:21:52 UTC 2015
Author: amdmi3
Date: Tue Apr 14 13:21:50 2015
New Revision: 383999
URL: https://svnweb.freebsd.org/changeset/ports/383999
Log:
- Add LICENSE_FILE
- Add CPE info
Approved by: portmgr blanket
Modified:
head/security/sssd/Makefile
Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile Tue Apr 14 13:06:42 2015 (r383998)
+++ head/security/sssd/Makefile Tue Apr 14 13:21:50 2015 (r383999)
@@ -12,6 +12,7 @@ MAINTAINER= lukas.slebodnik at intrak.sk
COMMENT= System Security Services Daemon
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
libtalloc.so:${PORTSDIR}/devel/talloc \
@@ -53,10 +54,11 @@ SUB_FILES= pkg-message
USE_LDCONFIG= yes
USE_OPENLDAP= yes
-USES= autoreconf gettext gmake iconv libtool pathfix pkgconfig \
+USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \
python:2 shebangfix
PATHFIX_MAKEFILEIN= Makefile.am
INSTALL_TARGET= install-strip
+CPE_VENDOR= fedoraproject
python_CMD= ${SETENV} python2
SHEBANG_FILES= src/tools/sss_obfuscate \
More information about the svn-ports-all
mailing list