freebsd-ports/www/p5-CGI-Session-ExpireSessions/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

20 lines
464 B
Makefile

# Created by: Gerard Seibert <gerard@seibercom.net>
# $FreeBSD$
PORTNAME= CGI-Session-ExpireSessions
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gerard@seibercom.net
COMMENT= Perl module to delete expired CGI::Session-type sessions
RUN_DEPENDS= p5-CGI-Session>=4.14:www/p5-CGI-Session
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>