mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6a63c35d6b
- Pass maintainership to submitter PR: ports/187371 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
466 B
Makefile
21 lines
466 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Date-ISO
|
|
PORTVERSION= 1.31
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Converts dates between ISO and Gregorian formats
|
|
|
|
BUILD_DEPENDS= p5-Date-ICal>=1.54:${PORTSDIR}/devel/p5-Date-ICal \
|
|
p5-Date-Leapyear>=0:${PORTSDIR}/devel/p5-Date-Leapyear
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|