9fbf23ca22
- Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) PR: ports/175388 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
24 lines
477 B
Makefile
24 lines
477 B
Makefile
# Created by: ports@c0decafe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Apache-Singleton
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= www devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Singleton class for mod_perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Apache::Singleton.3 \
|
|
Apache::Singleton::Process.3 \
|
|
Apache::Singleton::Request.3
|
|
|
|
.include <bsd.port.mk>
|