freebsd-ports/www/p5-ModPerl-VersionUtil/Makefile
Sunpoet Po-Chuan Hsieh b600a9921e - Support STAGEDIR
2013-09-30 19:25:55 +00:00

19 lines
457 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ModPerl-VersionUtil
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Makes it easier to investigate your mod_perl version
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>