diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-14 02:07:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-14 02:07:49 +0800 |
commit | e9c520a5f78c6618282bbe37f7ed775d9a76dbd6 (patch) | |
tree | 058ad41f5748effe02529515fcf7c5d5ab8320bf /textproc | |
parent | 7796507a24a0a7e020e1174e170ded6997b521b4 (diff) | |
download | freebsd-ports-gnome-e9c520a5f78c6618282bbe37f7ed775d9a76dbd6.tar.gz freebsd-ports-gnome-e9c520a5f78c6618282bbe37f7ed775d9a76dbd6.tar.zst freebsd-ports-gnome-e9c520a5f78c6618282bbe37f7ed775d9a76dbd6.zip |
- Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Apache-XBEL/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-Squish/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Filter-Simple/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-RewriteAttributes/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Apache-XBEL/Makefile b/textproc/p5-Apache-XBEL/Makefile index 61ce1055a1ce..dbcf0bc6728e 100644 --- a/textproc/p5-Apache-XBEL/Makefile +++ b/textproc/p5-Apache-XBEL/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Apache mod_perl handler to render an XBEL file as an HTML tree BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ diff --git a/textproc/p5-CSS-Squish/Makefile b/textproc/p5-CSS-Squish/Makefile index 9fe876fca71c..cdb24657e643 100644 --- a/textproc/p5-CSS-Squish/Makefile +++ b/textproc/p5-CSS-Squish/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Compact many CSS files into one big file BUILD_DEPENDS= p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString diff --git a/textproc/p5-Filter-Simple/Makefile b/textproc/p5-Filter-Simple/Makefile index 31638f10df20..470b4f1068f8 100644 --- a/textproc/p5-Filter-Simple/Makefile +++ b/textproc/p5-Filter-Simple/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simplified source filtering MAKE_JOBS_SAFE= yes diff --git a/textproc/p5-HTML-RewriteAttributes/Makefile b/textproc/p5-HTML-RewriteAttributes/Makefile index 8177020c4ab5..4bbef6857f59 100644 --- a/textproc/p5-HTML-RewriteAttributes/Makefile +++ b/textproc/p5-HTML-RewriteAttributes/Makefile @@ -10,7 +10,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple yet powerful HTML attribute rewriting MAKE_JOBS_SAFE= yes diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile index b3d78f3fec7a..ce43112f1ab1 100644 --- a/textproc/p5-Text-ParseWords/Makefile +++ b/textproc/p5-Text-ParseWords/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= parse text into an array of tokens or array of arrays MAKE_JOBS_SAFE= yes |