blob: 09528fc1e410248ce6cd70f4ccc43dea773873bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: p5-Apache-SessionX
# Date created: 01 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Apache-SessionX
PORTVERSION= 2.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@p6m7g8.com
COMMENT= An extented persistence framework for session data
BUILD_DEPENDS= ${SITE_PERL}/Apache/Session.pm:${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>
|