mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add p5-ModPerl-VersionUtil 0.03
ModPerl::VersionUtil helps you to investigate your mod_perl version easily. WWW: http://search.cpan.org/dist/ModPerl-VersionUtil/
This commit is contained in:
parent
fa10b86173
commit
63a84943e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275451
@ -1120,6 +1120,7 @@
|
||||
SUBDIR += p5-Maypole-Component
|
||||
SUBDIR += p5-MediaWiki
|
||||
SUBDIR += p5-MediaWiki-API
|
||||
SUBDIR += p5-ModPerl-VersionUtil
|
||||
SUBDIR += p5-Mojolicious
|
||||
SUBDIR += p5-Mojolicious-Plugin-Database
|
||||
SUBDIR += p5-Mojolicious-Plugin-Mongodb
|
||||
|
23
www/p5-ModPerl-VersionUtil/Makefile
Normal file
23
www/p5-ModPerl-VersionUtil/Makefile
Normal file
@ -0,0 +1,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>
|
2
www/p5-ModPerl-VersionUtil/distinfo
Normal file
2
www/p5-ModPerl-VersionUtil/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ModPerl-VersionUtil-0.03.tar.gz) = 712ded5488c7261e9de2efde0724a5233a4fc97528c7200dae065e9439b8bd37
|
||||
SIZE (ModPerl-VersionUtil-0.03.tar.gz) = 2580
|
3
www/p5-ModPerl-VersionUtil/pkg-descr
Normal file
3
www/p5-ModPerl-VersionUtil/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
ModPerl::VersionUtil helps you to investigate your mod_perl version easily.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ModPerl-VersionUtil/
|
5
www/p5-ModPerl-VersionUtil/pkg-plist
Normal file
5
www/p5-ModPerl-VersionUtil/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/ModPerl/VersionUtil.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ModPerl/VersionUtil/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ModPerl/VersionUtil
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ModPerl
|
||||
@dirrmtry %%SITE_PERL%%/ModPerl
|
Loading…
Reference in New Issue
Block a user