- Add missing (undocumented) DEPENDS
- Bump PORTREVISION - Assign back to perl@ PR: ports/166348 Approved by: Travis <hcoyote@ghostar.org> (maintainer)
This commit is contained in:
parent
71c391efa1
commit
3dfc38edf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294665
@ -8,16 +8,18 @@
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Textile
|
||||
PORTVERSION= 0.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SRI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hcoyote@ghostar.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Textile for Catalyst
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
${SITE_PERL}/Text/Textile.pm:${PORTSDIR}/textproc/p5-Text-Textile
|
||||
BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
p5-Text-Textile>=0:${PORTSDIR}/textproc/p5-Text-Textile
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user