diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 22:52:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 22:52:11 +0800 |
commit | 1e644384d692c56eeda2241558037deca9a0a311 (patch) | |
tree | e0005a75d9c0b1d76d5615861be278ee00efcedd /textproc | |
parent | 8205469ee87999832d0297438717d86a289130c5 (diff) | |
download | freebsd-ports-gnome-1e644384d692c56eeda2241558037deca9a0a311.tar.gz freebsd-ports-gnome-1e644384d692c56eeda2241558037deca9a0a311.tar.zst freebsd-ports-gnome-1e644384d692c56eeda2241558037deca9a0a311.zip |
- Sort PLIST
- Pass maintainership to perl@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-IO-CSVHeaderFile/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-IO-CSVHeaderFile/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-IO-CSVHeaderFile/Makefile b/textproc/p5-IO-CSVHeaderFile/Makefile index 2d24decbe8c5..91f80b71c4ac 100644 --- a/textproc/p5-IO-CSVHeaderFile/Makefile +++ b/textproc/p5-IO-CSVHeaderFile/Makefile @@ -8,14 +8,14 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to automate reads from CSV formatted text files BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/p5-IO-CSVHeaderFile/pkg-plist b/textproc/p5-IO-CSVHeaderFile/pkg-plist index 8b5796a1af13..7d08feb07e35 100644 --- a/textproc/p5-IO-CSVHeaderFile/pkg-plist +++ b/textproc/p5-IO-CSVHeaderFile/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/IO::CSVHeaderFile.3.gz %%SITE_PERL%%/IO/CSVHeaderFile.pm +%%PERL5_MAN3%%/IO::CSVHeaderFile.3.gz |