diff options
author | robak <robak@FreeBSD.org> | 2015-03-27 19:17:03 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-27 19:17:03 +0800 |
commit | bb01b57f28e842c7e4e33ce0e5e5fdaad54decc2 (patch) | |
tree | 7d81c74228b03264b24ed3b314fea46d828976cc /net/gnu-radius | |
parent | eb68e2f1ba7de8e55018814f673d89e57272565c (diff) | |
download | freebsd-ports-gnome-bb01b57f28e842c7e4e33ce0e5e5fdaad54decc2.tar.gz freebsd-ports-gnome-bb01b57f28e842c7e4e33ce0e5e5fdaad54decc2.tar.zst freebsd-ports-gnome-bb01b57f28e842c7e4e33ce0e5e5fdaad54decc2.zip |
net/gnu-radius: add CPE information
PR: 198838
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: kwm (blanket)
Diffstat (limited to 'net/gnu-radius')
-rw-r--r-- | net/gnu-radius/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index aa2b80e2862c..a5119b5018ae 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -17,10 +17,12 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool +USES= cpe gmake libtool USE_RC_SUBR= radiusd USE_SUBMAKE= yes USE_LDCONFIG= yes +CPE_PRODUCT= radius +CPE_VENDOR= gnu PLIST_SUB= PORTVERSION=${PORTVERSION} DATADIR= ${PREFIX}/share/radius |