diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-19 17:11:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-19 17:11:28 +0000 |
commit | 81c8d378b1c622a34113f25807f237d4b9b95746 (patch) | |
tree | da66e391f209528b365be27da4ad8b7d42811e5b | |
parent | 3009e99558235454982651c029709d8c077dc3cf (diff) | |
download | ports-81c8d378b1c622a34113f25807f237d4b9b95746.tar.gz ports-81c8d378b1c622a34113f25807f237d4b9b95746.zip |
Notes
-rw-r--r-- | security/p5-Authen-Libwrap/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Authen-Libwrap/distinfo | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/p5-Authen-Libwrap/Makefile b/security/p5-Authen-Libwrap/Makefile index 62270ef2bf00..9fb11609c1e9 100644 --- a/security/p5-Authen-Libwrap/Makefile +++ b/security/p5-Authen-Libwrap/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Authen-Libwrap -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.23 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Authen::Libwrap - access to TCP Wrappers library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/Libwrap/Libwrap.so + .include <bsd.port.mk> diff --git a/security/p5-Authen-Libwrap/distinfo b/security/p5-Authen-Libwrap/distinfo index 4ca225d6b011..ce80720a543d 100644 --- a/security/p5-Authen-Libwrap/distinfo +++ b/security/p5-Authen-Libwrap/distinfo @@ -1,2 +1,3 @@ -SHA256 (Authen-Libwrap-0.22.tar.gz) = 79a0e5e4d2bfe412200812c5498f010a6f3db82aec3c73793e559af71fa3038c -SIZE (Authen-Libwrap-0.22.tar.gz) = 19678 +TIMESTAMP = 1479554399 +SHA256 (Authen-Libwrap-0.23.tar.gz) = 7af33a5ef8dd9605ca3a52e62faeca524d92e4c06779c84404b5dd3b01328e85 +SIZE (Authen-Libwrap-0.23.tar.gz) = 20031 |