freebsd-ports/www/p5-HTTP-Date/Makefile
2011-04-19 17:50:25 +00:00

23 lines
427 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.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Conversion routines for the HTTP protocol date formats
CONFLICTS= p5-libwww-5*
PERL_CONFIGURE= yes
MAN3= HTTP::Date.3
.include <bsd.port.mk>