diff options
author | mat <mat@FreeBSD.org> | 2003-10-16 19:19:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-16 19:19:44 +0800 |
commit | eeffe15f803ab15f9a41ad584d8b2f57ebf49778 (patch) | |
tree | 834241d5bf86a695b2edcae09a1bd93a714e65cb /devel/p5-Module-Build | |
parent | 8e71aa21c68c9ed2ceea2e259c937b216e338404 (diff) | |
download | freebsd-ports-gnome-eeffe15f803ab15f9a41ad584d8b2f57ebf49778.tar.gz freebsd-ports-gnome-eeffe15f803ab15f9a41ad584d8b2f57ebf49778.tar.zst freebsd-ports-gnome-eeffe15f803ab15f9a41ad584d8b2f57ebf49778.zip |
Update to 0.21
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Module-Build/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Module-Build/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 8cf71e0cf20b..ef9a72d4516c 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -6,12 +6,11 @@ # PORTNAME= Module-Build -PORTVERSION= 0.20.02 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Module/KWILLIAMS +MASTER_SITE_SUBDIR= Module PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/_\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Build and install Perl modules @@ -38,6 +37,7 @@ MAN3= Module::Build.3 \ Module::Build::Platform::VMS.3 \ Module::Build::Platform::VOS.3 \ Module::Build::Platform::Windows.3 \ + Module::Build::Platform::cygwin.3 \ Module::Build::Platform::darwin.3 .include <bsd.port.pre.mk> diff --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo index 072d56fdea72..ed72b9c29bbd 100644 --- a/devel/p5-Module-Build/distinfo +++ b/devel/p5-Module-Build/distinfo @@ -1 +1 @@ -MD5 (Module-Build-0.20_02.tar.gz) = 068bbb96a33607d2836804720d431c5e +MD5 (Module-Build-0.21.tar.gz) = 3b9b9f5ea58d6a8250737555aa8b6caf diff --git a/devel/p5-Module-Build/pkg-plist b/devel/p5-Module-Build/pkg-plist index 963c6054204b..5eee32d978d3 100644 --- a/devel/p5-Module-Build/pkg-plist +++ b/devel/p5-Module-Build/pkg-plist @@ -13,6 +13,7 @@ %%SITE_PERL%%/Module/Build/Platform/VMS.pm %%SITE_PERL%%/Module/Build/Platform/VOS.pm %%SITE_PERL%%/Module/Build/Platform/Windows.pm +%%SITE_PERL%%/Module/Build/Platform/cygwin.pm %%SITE_PERL%%/Module/Build/Platform/darwin.pm @dirrm %%SITE_PERL%%/Module/Build/Platform @dirrm %%SITE_PERL%%/Module/Build |