- Sort PLIST
- Pass maintainership to perl@
This commit is contained in:
parent
fce42b9ab7
commit
f680fc4156
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395272
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/IO::CSVHeaderFile.3.gz
|
||||
%%SITE_PERL%%/IO/CSVHeaderFile.pm
|
||||
%%PERL5_MAN3%%/IO::CSVHeaderFile.3.gz
|
||||
|
|
Loading…
Reference in a new issue