diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-21 02:37:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-21 02:37:26 +0800 |
commit | 59ba8ee17064e5394ce6a1bd80b59bcd41b6148a (patch) | |
tree | 8e3718f9630d3fea76c0e375153465df3cfd3bca /textproc | |
parent | 827c1b8de7cad194c6457e01bee91fc795b045bf (diff) | |
download | freebsd-ports-gnome-59ba8ee17064e5394ce6a1bd80b59bcd41b6148a.tar.gz freebsd-ports-gnome-59ba8ee17064e5394ce6a1bd80b59bcd41b6148a.tar.zst freebsd-ports-gnome-59ba8ee17064e5394ce6a1bd80b59bcd41b6148a.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Test-Perl-Critic/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-Test-Perl-Critic/Makefile b/textproc/p5-Test-Perl-Critic/Makefile index b4e92724c977..9cfad2036211 100644 --- a/textproc/p5-Test-Perl-Critic/Makefile +++ b/textproc/p5-Test-Perl-Critic/Makefile @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use Perl::Critic in test programs +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic \ p5-MCE>=1.52:${PORTSDIR}/devel/p5-MCE RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |