mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
3fe3023e63
Changes: http://search.cpan.org/dist/HTTP-Date/Changes Feature safe: yes
27 lines
468 B
Makefile
27 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.02
|
|
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>
|