aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-ModPerl-VersionUtil/Makefile
blob: 07d78a63bb6069d18241c4ee0028025ebd0006c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>