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 /news/p5-News-Newsrc | |
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 'news/p5-News-Newsrc')
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index ade867a07928..903dea6b3e58 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -11,10 +11,10 @@ CATEGORIES= news perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Manage newsrc files -BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan +BUILD_DEPENDS= p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |