2003-08-19 10:57:34 +00:00
|
|
|
# New ports collection makefile for: p5-DateTime-Format-HTTP
|
|
|
|
# Date created: 7 july 2003
|
|
|
|
# Whom: Mathieu Arnold <mat@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Format-HTTP
|
2006-08-14 16:10:40 +00:00
|
|
|
PORTVERSION= 0.37
|
2003-08-19 10:57:34 +00:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 13:37:23 +00:00
|
|
|
MASTER_SITES= CPAN
|
2003-08-19 10:57:34 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
|
|
COMMENT= HTTP date conversion routines
|
|
|
|
|
2004-02-06 13:05:54 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
2005-06-11 16:13:12 +00:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
2004-01-27 12:55:51 +00:00
|
|
|
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww
|
2003-08-19 10:57:34 +00:00
|
|
|
|
2004-02-06 13:05:54 +00:00
|
|
|
PERL_MODBUILD= yes
|
2003-08-19 10:57:34 +00:00
|
|
|
|
|
|
|
MAN3= DateTime::Format::HTTP.3
|
|
|
|
|
2007-08-31 13:37:23 +00:00
|
|
|
.include <bsd.port.mk>
|