1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/japanese/p5-DateTime-Format-Japanese/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

29 lines
784 B
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= DateTime-Format-Japanese
PORTVERSION= 0.04000
PORTREVISION= 1
CATEGORIES= japanese devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DMAKI
MAINTAINER= markun@onohara.to
COMMENT= Japanese DateTime Formatter
BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
p5-DateTime-Calendar-Japanese>=0.05:devel/p5-DateTime-Calendar-Japanese \
ja-p5-DateTime-Calendar-Japanese-Era>=0.08000:japanese/p5-DateTime-Calendar-Japanese-Era \
p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder \
p5-Params-Validate>=0:devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>