diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-02 03:44:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-02 03:44:10 +0800 |
commit | 754270b70450a17f3e9a183ec612f74f43dc8c77 (patch) | |
tree | 3411bbc6ffa70f9fadcdc3d3474c1f230d0e1d9e | |
parent | e61d2f5f6aabfb051df4b25490e016c63f4472cc (diff) | |
download | freebsd-ports-gnome-754270b70450a17f3e9a183ec612f74f43dc8c77.tar.gz freebsd-ports-gnome-754270b70450a17f3e9a183ec612f74f43dc8c77.tar.zst freebsd-ports-gnome-754270b70450a17f3e9a183ec612f74f43dc8c77.zip |
Update to 0.004
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/lexical-underscore/Changes
-rw-r--r-- | devel/p5-lexical-underscore/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-lexical-underscore/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-lexical-underscore/Makefile b/devel/p5-lexical-underscore/Makefile index be38fd946351..a9c9b22bc4a0 100644 --- a/devel/p5-lexical-underscore/Makefile +++ b/devel/p5-lexical-underscore/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lexical-underscore -PORTVERSION= 0.003 -PORTREVISION= 1 +PORTVERSION= 0.004 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -14,10 +13,12 @@ COMMENT= Access lexical underscore of your caller LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 diff --git a/devel/p5-lexical-underscore/distinfo b/devel/p5-lexical-underscore/distinfo index 5e01c393951f..bf6675acd90c 100644 --- a/devel/p5-lexical-underscore/distinfo +++ b/devel/p5-lexical-underscore/distinfo @@ -1,2 +1,3 @@ -SHA256 (lexical-underscore-0.003.tar.gz) = 0562716ee0b9c43320a2cf89d5e8f100986001d267a3e7c8eff0fa38e2235257 -SIZE (lexical-underscore-0.003.tar.gz) = 15610 +TIMESTAMP = 1485968698 +SHA256 (lexical-underscore-0.004.tar.gz) = 6bd5d1469e161e199a9bd7fdde957e04176c5707cb059597a23ca3e130fb1134 +SIZE (lexical-underscore-0.004.tar.gz) = 14512 |