mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add LICENSE
- While I'm here: - Add NO_ARCH - Sort PLIST Approved by: portmgr (blanket)
This commit is contained in:
parent
a61366d2ba
commit
bdc0c8a039
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481722
@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= smatsui@karashi.org
|
||||
COMMENT= Read-eval-print loop in Perl
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
||||
p5-YAML>=0:textproc/p5-YAML \
|
||||
p5-Data-Dump>=0:devel/p5-Data-Dump \
|
||||
@ -25,4 +28,6 @@ BUILD_DEPENDS= p5-Test-Script>=0:devel/p5-Test-Script \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/pirl
|
||||
%%SITE_PERL%%/Shell/Perl.pm
|
||||
%%SITE_PERL%%/Shell/Perl/Dumper.pm
|
||||
%%PERL5_MAN1%%/pirl.1.gz
|
||||
%%PERL5_MAN3%%/Shell::Perl.3.gz
|
||||
%%PERL5_MAN3%%/Shell::Perl::Dumper.3.gz
|
||||
%%SITE_PERL%%/Shell/Perl.pm
|
||||
%%SITE_PERL%%/Shell/Perl/Dumper.pm
|
||||
|
Loading…
Reference in New Issue
Block a user