Files
bsdports/perl/p5-HTTP-Date/Makefile
2019-12-26 07:26:06 +00:00

20 lines
292 B
Makefile

#
# $Id$
#
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
CONFLICTS= p5-libwww-5*
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF