4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# Created by: Erwin Lansing <erwin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Date-Piece
|
|
PORTVERSION= 0.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:EWILHELM
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Date-Piece-v0.0.3
|
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
|
COMMENT= Perl5 module containing date manipulation routines
|
|
|
|
BUILD_DEPENDS= p5-Date-Simple>=3.03:devel/p5-Date-Simple
|
|
RUN_DEPENDS= p5-Date-Simple>=3.03:devel/p5-Date-Simple
|
|
#TEST_DEPENDS= p5-Test-Inter>=0:devel/p5-Test-Inter
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|