diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-14 09:48:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-14 09:48:55 +0000 |
commit | 4bd66ae93b44082343cfb9eee3f5d39ce3d60c71 (patch) | |
tree | 9671b994c4508be29545a36ddb5af40508675739 /devel/p5-Module-Build/Makefile | |
parent | b0389cc5b8be6e93fef1ed35dc7131418bf7fb75 (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Build/Makefile')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index ef9a72d4516c..c9996adfd2e0 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Module-Build -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -37,8 +37,10 @@ MAN3= Module::Build.3 \ Module::Build::Platform::VMS.3 \ Module::Build::Platform::VOS.3 \ Module::Build::Platform::Windows.3 \ + Module::Build::Platform::aix.3 \ Module::Build::Platform::cygwin.3 \ - Module::Build::Platform::darwin.3 + Module::Build::Platform::darwin.3 \ + Module::Build::Platform::os2.3 .include <bsd.port.pre.mk> |