blob: 0b79cd8176cc600067dc629d03e9605efb7444ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|