freebsd-ports/devel/p5-Date-Piece/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>