diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-02 07:52:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-02 07:52:03 +0800 |
commit | df3dc9be7434f2c19baf4976e41a374914231f75 (patch) | |
tree | a6af5c05cf4737371b89d530e0d64d71298263af /devel | |
parent | 7bb45765f16781c6d595f1fa34dd97258b577242 (diff) | |
download | freebsd-ports-gnome-df3dc9be7434f2c19baf4976e41a374914231f75.tar.gz freebsd-ports-gnome-df3dc9be7434f2c19baf4976e41a374914231f75.tar.zst freebsd-ports-gnome-df3dc9be7434f2c19baf4976e41a374914231f75.zip |
Add LICENSE
- Add NO_ARCH
- Remove outdated PERL_LEVEL check
- Sort PLIST
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Term-VT102-Boundless/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Term-VT102-Boundless/pkg-plist | 2 |
2 files changed, 6 insertions, 8 deletions
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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 |