diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2012-06-26 20:35:27 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2012-06-26 20:35:27 +0000 |
commit | 962ff1a6407ac2abc1ecd1b765f534085becbe7d (patch) | |
tree | f55743a81829812bc5bfc76e83b0151aaa4a0c0a /japanese/p5-DateTime-Calendar-Japanese-Era | |
parent | 184d50b260aa35950a41385f9d720da9a928fa22 (diff) | |
download | freebsd-ports-962ff1a6407ac2abc1ecd1b765f534085becbe7d.zip |
Unbreak build on Perl 5.14
(no needs to bump portrevision: only add fresh Module::Install to BUILD_DEPENDS)
Diffstat (limited to 'japanese/p5-DateTime-Calendar-Japanese-Era')
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile index 9304a4877004..c4b7358f862d 100644 --- a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile @@ -16,6 +16,7 @@ COMMENT= DateTime Extension for Japanese Eras BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Module-Install>=0.91:${PORTSDIR}/devel/p5-Module-Install \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ @@ -27,6 +28,9 @@ PERL_CONFIGURE= yes MAN3= DateTime::Calendar::Japanese::Era.3 +post-patch: + @${RM} -rf ${WRKSRC}/inc + .include <bsd.port.pre.mk> PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- |