diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-16 10:57:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-16 10:57:30 +0800 |
commit | a26fdfea869c783b4dcae26a20e78d4967c11a40 (patch) | |
tree | 955276bfdac2c2241bc92d925f0e2b33ada0b396 /www | |
parent | f170abafc8b14ffe1326d0e05d124bcc0bd3fd45 (diff) | |
download | freebsd-ports-gnome-a26fdfea869c783b4dcae26a20e78d4967c11a40.tar.gz freebsd-ports-gnome-a26fdfea869c783b4dcae26a20e78d4967c11a40.tar.zst freebsd-ports-gnome-a26fdfea869c783b4dcae26a20e78d4967c11a40.zip |
- Use CPAN :id subdir macro
- Make portlint happier
- Change WWW to CPAN
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Maypole/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Maypole/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile index fce5a63deb6c..d33b3ea1c5e1 100644 --- a/www/p5-Maypole/Makefile +++ b/www/p5-Maypole/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 2.13 PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TEEJAY +MASTER_SITE_SUBDIR= CPAN:TEEJAY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -40,7 +40,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:2.121 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes OPTIONS= MODPERL "mod_perl support" on \ MODPERL2 "mod_perl2 support" off diff --git a/www/p5-Maypole/pkg-descr b/www/p5-Maypole/pkg-descr index 2145e4af0515..38d6fc794e11 100644 --- a/www/p5-Maypole/pkg-descr +++ b/www/p5-Maypole/pkg-descr @@ -3,4 +3,4 @@ similar to Jakarta's Struts. Maypole is designed to minimize coding requirements for creating simple web interfaces to databases, while remaining flexible enough to support enterprise web applications. -WWW: http://maypole.perl.org/ +WWW: http://search.cpan.org/dist/Maypole/ |