mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
23 lines
417 B
Makefile
23 lines
417 B
Makefile
# 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>
|