19 lines
452 B
Makefile
19 lines
452 B
Makefile
# Created by: Gerard Seibert <gerard@seibercom.net>
|
|
|
|
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>
|