freebsd-ports/www/p5-CatalystX-InjectComponent/Makefile
Andrej Zverev 1514295641 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 10:22:02 +00:00

29 lines
716 B
Makefile

# New ports collection makefile for: p5-CatalystX-InjectComponent
# Date created: 2011-05-08
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CatalystX-InjectComponent
PORTVERSION= 0.025
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Inject components into your Catalyst application
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
PERL_CONFIGURE= yes
MAN3= CatalystX::InjectComponent.3
.include <bsd.port.mk>