freebsd-ports/devel/p5-DateTime-Format-XSD/Makefile
Martin Wilke 59e633e62d XML Schema defines a usage profile which is a subset of
the ISO8601 profile.  This profile defines that the
following is the only possible representation for a
dateTime, despite all other options ISO provides.

WWW: http://search.cpan.org/perldoc?DateTime::Format::XSD

PR:		ports/140027
Submitted by:	Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
2009-10-30 10:39:53 +00:00

24 lines
653 B
Makefile

# New ports collection makefile for: DateTime-Format-XSD
# Date created: 29 oct 2009
# Whom: Sergey V. Dyatko <Sergey.Dyatko@gmail.com>
#
# $FreeBSD$
#
PORTNAME= DateTime-Format-XSD
PORTVERSION= 0.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sergey.dyatko@gmail.com
COMMENT= Format DateTime according to xsd:dateTime
BUILD_DEPENDS= ${SITE_PERL}/DateTime/Format/ISO8601.pm:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
RUN_DEPENDS= ${SITE_PERL}/DateTime/Format/ISO8601.pm:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
PERL_CONFIGURE= yes
MAN3= DateTime::Format::XSD.3
.include <bsd.port.mk>