diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-01 05:26:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-01 05:26:45 +0000 |
commit | 2ddacda9e5579a92366d857574143ecf35469e04 (patch) | |
tree | 531575a946a44d125132f76e105c6d2c20359177 /textproc/p5-RADIUS-UserFile | |
parent | 18dbd2c64f38c7492481a8d380b493bc8b2b43c9 (diff) |
Notes
Diffstat (limited to 'textproc/p5-RADIUS-UserFile')
-rw-r--r-- | textproc/p5-RADIUS-UserFile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-RADIUS-UserFile/Makefile b/textproc/p5-RADIUS-UserFile/Makefile index e8ca9512c8c2..aec845ca9953 100644 --- a/textproc/p5-RADIUS-UserFile/Makefile +++ b/textproc/p5-RADIUS-UserFile/Makefile @@ -7,9 +7,12 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension for manipulating a RADIUS users file +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS:= ${BUILD_DEPENDS} |