diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-04-09 17:06:11 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-04-09 17:06:11 +0000 |
commit | d996228059c73b3242d3e4c5001dc1c51a1ebb73 (patch) | |
tree | 795ce4b6cb2ab49051277f299fdfe7d38cd3f6bc /security/cyrus-sasl2 | |
parent | e8c0a2e4c5be2ccf0a6808e8d9bc7b9436e69bbd (diff) | |
download | ports-d996228059c73b3242d3e4c5001dc1c51a1ebb73.tar.gz ports-d996228059c73b3242d3e4c5001dc1c51a1ebb73.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 7f9075a6382a..8adac9dd551b 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -13,7 +13,7 @@ COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool:keepla pathfix perl5 +USES= cpe libtool:keepla pathfix perl5 USE_PERL5= patch USE_LDCONFIG= yes USE_OPENSSL= yes @@ -36,6 +36,8 @@ MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2 +CPE_VENDOR= cmu + NO_OPTIONS_SORT= yes OPTIONS_DEFINE= ALWAYSTRUE AUTHDAEMOND DOCS KEEP_DB_OPEN \ OBSOLETE_CRAM_ATTR BDB MYSQL PGSQL |