diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-01-18 14:27:52 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-01-18 14:27:52 +0000 |
commit | 9fbf23ca22f6f36c597d8a36f40f198a71eae9da (patch) | |
tree | 40aa5989e7f2b3aef1e2bd02b3f61fc4271d0f1b /www/p5-Apache-Singleton/Makefile | |
parent | 838793f285482a43ecb0f44148c3b6496e7af341 (diff) | |
download | ports-9fbf23ca22f6f36c597d8a36f40f198a71eae9da.tar.gz ports-9fbf23ca22f6f36c597d8a36f40f198a71eae9da.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Singleton/Makefile')
-rw-r--r-- | www/p5-Apache-Singleton/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-Apache-Singleton/Makefile b/www/p5-Apache-Singleton/Makefile index 0709fa368d9a..34f1836b530c 100644 --- a/www/p5-Apache-Singleton/Makefile +++ b/www/p5-Apache-Singleton/Makefile @@ -1,20 +1,19 @@ -# New ports collection makefile for: p5-Apache-Singleton -# Date created: 2005-02-28 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= Apache-Singleton -PORTVERSION= 0.11 +PORTVERSION= 0.15 CATEGORIES= www devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Singleton class for mod_perl -RUN_DEPENDS=p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton PERL_CONFIGURE= yes |