diff options
author | az <az@FreeBSD.org> | 2012-06-04 14:17:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 14:17:03 +0800 |
commit | 9e83f9f0f8eaec7073d853de2861d62ce189c650 (patch) | |
tree | d5d8576584ca8033ae717f623e9935a887a5a952 /security/p5-Authen-Simple-RADIUS | |
parent | 7c170c4aa578311a4a307db5e19c448752decc47 (diff) | |
download | freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.gz freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.zst freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.zip |
- Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
Diffstat (limited to 'security/p5-Authen-Simple-RADIUS')
-rw-r--r-- | security/p5-Authen-Simple-RADIUS/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Authen-Simple-RADIUS/Makefile b/security/p5-Authen-Simple-RADIUS/Makefile index 29074e56d831..28ff3e34d67c 100644 --- a/security/p5-Authen-Simple-RADIUS/Makefile +++ b/security/p5-Authen-Simple-RADIUS/Makefile @@ -11,11 +11,11 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple RADIUS authentication -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ - ${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ + p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::RADIUS.3 |