freebsd-ports/devel/p5-Time-Object/Makefile
Cheng-Lung Sung baba9cd29f - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
2006-06-25 16:38:48 +00:00

22 lines
437 B
Makefile

# Ports collection Makefile for: p5-Time-Object
# Date created: 8 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= Time-Object
PORTVERSION= 1.00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= A Perl OO interface to time and dates
MAN3= Time::Object.3 Time::Seconds.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>