blob: 47ef7e2a43f810478fa0c957afd75b3ce97e18ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: CGI::Cookie::Splitter
# Created by: ijliao
# $FreeBSD$
PORTNAME= CGI-Cookie-Splitter
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Split big cookies into smaller ones
BUILD_DEPENDS= p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
USES= perl5
USE_PERL5= configure
MAN3= CGI::Cookie::Splitter.3
.include <bsd.port.mk>
|