1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/p5-HTTP-Date/Makefile
Sunpoet Po-Chuan Hsieh 3fe3023e63 - Update to 6.02
Changes:	http://search.cpan.org/dist/HTTP-Date/Changes
Feature safe:	yes
2012-03-30 22:34:58 +00:00

27 lines
468 B
Makefile

# New ports collection makefile for: p5-HTTP-Date
# Date created: 2011-04-14
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTTP-Date
PORTVERSION= 6.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Conversion routines for the HTTP protocol date formats
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
CONFLICTS= p5-libwww-5*
PERL_CONFIGURE= yes
MAN3= HTTP::Date.3
.include <bsd.port.mk>