blob: 452e997f22d922c7f003372b2e8dcb44fe01a31a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Cookie-XS
# Date created: 18 Apr 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Cookie-XS
PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGENT
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= HTTP Cookie parser in C
PERL_CONFIGURE= 5.6.1+
MAN3= Cookie::XS.3
.include <bsd.port.mk>
|