mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# New ports collection makefile for: p5-Class-Date
|
|
# Date Created: 28 June 2001
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Date
|
|
PORTVERSION= 1.1.9
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Perl class for easy date and time manipulation
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Date.3
|
|
|
|
.include <bsd.port.mk>
|