freebsd-ports/devel/p5-Module-Starter/Makefile
Philippe Audeoud 9ad933abee - Update to 1.62
Sponsored by:	OBS
2013-12-10 13:01:25 +00:00

24 lines
437 B
Makefile

# Created by: clsung
# $FreeBSD$
PORTNAME= Module-Starter
PORTVERSION= 1.62
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple starter kit for any Perl module
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= skipv:1.470
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>