mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
63a84943e4
ModPerl::VersionUtil helps you to investigate your mod_perl version easily. WWW: http://search.cpan.org/dist/ModPerl-VersionUtil/
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>
|