freebsd-ports/www/p5-Catalyst-Plugin-Textile/Makefile
Steve Wills 3dfc38edf6 - Add missing (undocumented) DEPENDS
- Bump PORTREVISION
- Assign back to perl@

PR:		ports/166348
Approved by:	Travis <hcoyote@ghostar.org> (maintainer)
2012-04-11 20:23:45 +00:00

29 lines
706 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-Catalyst-Plugin-Textile
# Date created: May 4, 2005
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Textile
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SRI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Textile for Catalyst
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
MAN3= Catalyst::Plugin::Textile.3
.include <bsd.port.mk>