From df3dc9be7434f2c19baf4976e41a374914231f75 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 1 Jun 2017 23:52:03 +0000 Subject: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST --- devel/p5-Term-VT102-Boundless/Makefile | 12 +++++------- devel/p5-Term-VT102-Boundless/pkg-plist | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/p5-Term-VT102-Boundless/Makefile b/devel/p5-Term-VT102-Boundless/Makefile index a7b5f96f3c5a..2b62ab4ba2e7 100644 --- a/devel/p5-Term-VT102-Boundless/Makefile +++ b/devel/p5-Term-VT102-Boundless/Makefile @@ -11,16 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Subclass to emulate boundless DEC VT102 terminal +LICENSE= ART10 GPLv1 MIT +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Term-VT102>=0:devel/p5-Term-VT102 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include diff --git a/devel/p5-Term-VT102-Boundless/pkg-plist b/devel/p5-Term-VT102-Boundless/pkg-plist index cf396f67c239..0cb16d49ea2b 100644 --- a/devel/p5-Term-VT102-Boundless/pkg-plist +++ b/devel/p5-Term-VT102-Boundless/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Term::VT102::Boundless.3.gz %%SITE_PERL%%/Term/VT102/Boundless.pm +%%PERL5_MAN3%%/Term::VT102::Boundless.3.gz -- cgit