1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add missing (undocumented) DEPENDS

- Bump PORTREVISION

Feature safe:	yes
This commit is contained in:
Steve Wills 2012-03-15 19:43:37 +00:00
parent 8ca62a2f48
commit ba23daf3b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293372

View File

@ -7,6 +7,7 @@
PORTNAME= Text-Hatena
PORTVERSION= 0.20
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,9 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for formatting text with Hatena Style
RUN_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-Regexp-Assemble>=0.28:${PORTSDIR}/devel/p5-Regexp-Assemble
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base
PERL_CONFIGURE= yes