diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-30 21:33:58 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-30 21:33:58 +0000 |
commit | 9bd3b89b482111c2a83c75c2fe113270e0614788 (patch) | |
tree | cdd57ff56b6f39842f85c7a6770cc0ee72451714 | |
parent | c386a99f03affba629cab9d4cec752cdf32ea5f4 (diff) | |
download | FreeBSD-ports-9bd3b89b482111c2a83c75c2fe113270e0614788.zip FreeBSD-ports-9bd3b89b482111c2a83c75c2fe113270e0614788.tar.gz |
- Unbreak this port: it's still available at backpan.perl.org
- Remove duplicated PERL_CONFIGURE
-rw-r--r-- | mail/p5-Mail-Freshmeat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/p5-Mail-Freshmeat/Makefile b/mail/p5-Mail-Freshmeat/Makefile index 7d95d56..95e77a7 100644 --- a/mail/p5-Mail-Freshmeat/Makefile +++ b/mail/p5-Mail-Freshmeat/Makefile @@ -9,14 +9,12 @@ PORTNAME= Mail-Freshmeat PORTVERSION= 1.20 CATEGORIES= mail perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:FOX PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse daily newsletters from freshmeat.net -BROKEN= does not fetch - -PERL_CONFIGURE= yes BUILD_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} |