mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing (undocumented) DEPENDS
- Bump PORTREVISION Feature safe: yes
This commit is contained in:
parent
8ca62a2f48
commit
ba23daf3b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293372
1 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Text-Hatena
|
PORTNAME= Text-Hatena
|
||||||
PORTVERSION= 0.20
|
PORTVERSION= 0.20
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,9 +15,11 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl extension for formatting text with Hatena Style
|
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
|
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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue