aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Lingua-JA-Kana
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-06-05 23:46:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-06-05 23:46:10 +0000
commit2776091fd8095318e84019b27236ec655d381f3f (patch)
treeee8c565453cfdde8346b45bb29f65d87b28ca78d /japanese/p5-Lingua-JA-Kana
parent128a470ec10d7e1d5c4ee8dc12bd9dff627205d4 (diff)
downloadports-2776091fd8095318e84019b27236ec655d381f3f.tar.gz
ports-2776091fd8095318e84019b27236ec655d381f3f.zip
- Take maintainership.
- Fix $PKGNAMEPREFIX. - Remove unneeded depends.
Notes
Notes: svn path=/head/; revision=235291
Diffstat (limited to 'japanese/p5-Lingua-JA-Kana')
-rw-r--r--japanese/p5-Lingua-JA-Kana/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/p5-Lingua-JA-Kana/Makefile b/japanese/p5-Lingua-JA-Kana/Makefile
index 9ed9f68f4515..4ead74468e8d 100644
--- a/japanese/p5-Lingua-JA-Kana/Makefile
+++ b/japanese/p5-Lingua-JA-Kana/Makefile
@@ -9,16 +9,16 @@ PORTNAME= Lingua-JA-Kana
PORTVERSION= 0.04
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Converts between kanas and romaji
-BUILD_DEPENDS= p5-Test-Simple>=0.80:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= ${PORTNAME:S/-/::/g}.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>