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