1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Take maintainership.

- Fix $PKGNAMEPREFIX.
- Remove unneeded depends.
This commit is contained in:
Jun Kuriyama 2009-06-05 23:46:10 +00:00
parent 128a470ec1
commit 2776091fd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235291

View File

@ -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>