diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 23:33:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 23:33:41 +0800 |
commit | b12fb755450f1c2d8316a2416eef12f46749cd86 (patch) | |
tree | 55619264709297ec44365e41b947d96b518dfac0 | |
parent | 576fe7c8c6c7adbc5877429822a1f2bf76cfb4ea (diff) | |
download | freebsd-ports-gnome-b12fb755450f1c2d8316a2416eef12f46749cd86.tar.gz freebsd-ports-gnome-b12fb755450f1c2d8316a2416eef12f46749cd86.tar.zst freebsd-ports-gnome-b12fb755450f1c2d8316a2416eef12f46749cd86.zip |
- Update to 0.49
- Add LICENSE
- Convert to new options framework
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes
-rw-r--r-- | devel/p5-Proc-ProcessTable/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-Proc-ProcessTable/distinfo | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile index 6da94d86d3ee..ceabcbb1607b 100644 --- a/devel/p5-Proc-ProcessTable/Makefile +++ b/devel/p5-Proc-ProcessTable/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Proc-ProcessTable -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JWB @@ -11,15 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the unix process table -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +OPTIONS_DEFINE= DOCS + +USES= perl5 shebangfix USE_PERL5= configure PORTDOCS= README README.freebsd-kvm README.freebsd-procfs -.if !defined(NOPORTDOCS) +SHEBANG_FILES= example.pl + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) -.endif .include <bsd.port.mk> diff --git a/devel/p5-Proc-ProcessTable/distinfo b/devel/p5-Proc-ProcessTable/distinfo index 25395dbcddda..5e289ae72a37 100644 --- a/devel/p5-Proc-ProcessTable/distinfo +++ b/devel/p5-Proc-ProcessTable/distinfo @@ -1,2 +1,2 @@ -SHA256 (Proc-ProcessTable-0.48.tar.gz) = 4175789ee35abeb99071b41b989ff8c52d119058a12502975d34431c77e8340c -SIZE (Proc-ProcessTable-0.48.tar.gz) = 70706 +SHA256 (Proc-ProcessTable-0.49.tar.gz) = ed8ff78c691d5509dd44e90159bb5fc7e7dc83cb752e8e547825272dc9fda4e1 +SIZE (Proc-ProcessTable-0.49.tar.gz) = 70865 |