diff options
author | jadawin <jadawin@FreeBSD.org> | 2014-05-22 16:43:40 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2014-05-22 16:43:40 +0800 |
commit | 44828009c13ddb248f04ca79b17638214a4e6108 (patch) | |
tree | c4301807481f319bbd3131e6f044d8e1b54c3ffd /devel | |
parent | cc02f89e7ce48cf297f219a5c50575a35e9d8775 (diff) | |
download | freebsd-ports-gnome-44828009c13ddb248f04ca79b17638214a4e6108.tar.gz freebsd-ports-gnome-44828009c13ddb248f04ca79b17638214a4e6108.tar.zst freebsd-ports-gnome-44828009c13ddb248f04ca79b17638214a4e6108.zip |
- Update to 3.24
- Convert to new options framework
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-PPPort/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Devel-PPPort/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-Devel-PPPort/Makefile b/devel/p5-Devel-PPPort/Makefile index aa73cc3823b3..59a00f8f3fe9 100644 --- a/devel/p5-Devel-PPPort/Makefile +++ b/devel/p5-Devel-PPPort/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PPPort -DISTVERSION= 3.22 +DISTVERSION= 3.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,11 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + +.if ! ${PORT_OPTIONS:MDOCS} PORTDOCS= Changes README HACKERS TODO post-install: diff --git a/devel/p5-Devel-PPPort/distinfo b/devel/p5-Devel-PPPort/distinfo index 9bc2c33d5527..f7eb6dd28602 100644 --- a/devel/p5-Devel-PPPort/distinfo +++ b/devel/p5-Devel-PPPort/distinfo @@ -1,2 +1,2 @@ -SHA256 (Devel-PPPort-3.22.tar.gz) = 22632bfad3f811fa4c0ee647435f656a558d5fe7f8a10ab9b9fde39c98459f56 -SIZE (Devel-PPPort-3.22.tar.gz) = 207524 +SHA256 (Devel-PPPort-3.24.tar.gz) = 59d5782911e880ecb0704ea59f98b377c617d1914e5b0d14bb68d6602cd4f18e +SIZE (Devel-PPPort-3.24.tar.gz) = 210060 |