freebsd-ports/devel/p5-Module-Install-Template/Makefile
Dmitry Marakasov 3389b74079 Treat module source code as a template
WWW: http://search.cpan.org/~MARCEL/Module-Install-Template

PR:		141239
Submitted by:	Andrey Kostenko <andrey@kostenko.name>
2009-12-26 03:26:53 +00:00

24 lines
573 B
Makefile

# New ports collection makefile for: Module-Install-Template
# Date created: 07 December 2009
# Whom: gugu
#
# $FreeBSD$
#
PORTNAME= Module-Install-Template
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrey@kostenko.name
COMMENT= Treat module source code as a template
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.6.0+
MAN3= Module::Install::Template.3
.include <bsd.port.mk>