freebsd-ports/www/p5-Apache-SessionX/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

22 lines
481 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Apache-SessionX
PORTVERSION= 2.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extented persistence framework for session data
BUILD_DEPENDS= p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Apache::SessionX.3 \
Apache::SessionX::Generate::MD5.3
PERL_CONFIGURE= yes
IS_INTERACTIVE= yes
.include <bsd.port.mk>