freebsd-ports/www/p5-HTTP-Date/Makefile
Frederic Culot 34ef0effad - Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/HTTP-Date/Changes
2012-02-17 14:32:43 +00:00

26 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.01
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>