freebsd-ports/devel/p5-Module-Install-Template/Makefile

22 lines
498 B
Makefile

# Created by: gugu
# $FreeBSD$
PORTNAME= Module-Install-Template
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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}
USES= perl5
USE_PERL5= configure
MAN3= Module::Install::Template.3
NO_STAGE= yes
.include <bsd.port.mk>