aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-11 11:50:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-11 11:50:00 +0000
commit925ad176c14ce8942a27e263105e734fc19773d0 (patch)
tree746b2cde65de9d8c0575b96ad8e3e79b49a9c25c /japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
parent71d2d3aa7910ce6d0e247123fc8f8dbe3c42c12d (diff)
downloadports-925ad176c14ce8942a27e263105e734fc19773d0.tar.gz
ports-925ad176c14ce8942a27e263105e734fc19773d0.zip
- Update to 0.08001
PR: 133568 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Notes
Notes: svn path=/head/; revision=232091
Diffstat (limited to 'japanese/p5-DateTime-Calendar-Japanese-Era/Makefile')
-rw-r--r--japanese/p5-DateTime-Calendar-Japanese-Era/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
index c48f0acf18b4..0f99dcbd6211 100644
--- a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
+++ b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= DateTime-Calendar-Japanese-Era
-PORTVERSION= 0.08000
+PORTVERSION= 0.08001
CATEGORIES= japanese devel perl5
MASTER_SITES= CPAN
-PKGNAMEPREFIX= ja-p5-
MAINTAINER= markun@onohara.to
COMMENT= DateTime Extension for Japanese Eras
-BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+ 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
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -23,4 +24,8 @@ PERL_CONFIGURE= yes
MAN3= DateTime::Calendar::Japanese::Era.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>