757760c28b
- Update port, grab maintainership. PR: 58040 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# New ports collection makefile for: p5-Date-Manip
|
|
# Date created: April 28th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Date-Manip
|
|
PORTVERSION= 5.42a
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Date
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= DateManip-${PORTVERSION}
|
|
|
|
MAINTAINER= clsung@dragon2.net
|
|
COMMENT= Perl5 module containing date manipulation routines
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Date::Manip.3
|
|
|
|
.include <bsd.port.mk>
|