diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-09 12:56:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-09 12:56:21 +0000 |
commit | 2a2cd8d6471ab5061de50ccc93129395d4a69790 (patch) | |
tree | 859c9fd68f3ce126daa22e60f25677612f4f5ee5 /net/p5-Net-Frame/Makefile | |
parent | e11982458baa4c8bb0ed75f4072ccade088fd07d (diff) |
Update to 1.17
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Net-Frame/Changes
Notes
Notes:
svn path=/head/; revision=440490
Diffstat (limited to 'net/p5-Net-Frame/Makefile')
-rw-r--r-- | net/p5-Net-Frame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Frame/Makefile b/net/p5-Net-Frame/Makefile index 17baca86bd99..a5d687cdfa1d 100644 --- a/net/p5-Net-Frame/Makefile +++ b/net/p5-Net-Frame/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Base framework for frame crafting LICENSE= ART10 +LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \ @@ -18,6 +19,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-Socket6>=0:net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |