24 lines
529 B
Makefile
24 lines
529 B
Makefile
|
# New ports collection makefile for: p5-ModPerl-VersionUtil
|
||
|
# Date created: 2011-06-12
|
||
|
# Whom: 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
|
||
|
|
||
|
RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= ModPerl::VersionUtil.3
|
||
|
|
||
|
.include <bsd.port.mk>
|