9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DateTime-Format-DateParse
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= This module is a compatibility wrapper around Date::Parse
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
|
p5-TimeDate>=0:devel/p5-TimeDate
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|