Revision 444 (by ahitrov, 2014/10/23 16:12:32) New DateTime::TimeZone version with requirements

##############################################################################
#
###############################################################################

PORTVERSION =		1.75
PERL_MAKEMAKER =	yes
#PERL_MODBUILD =	yes
MASTER_CPAN_SUBDIR =	DateTime
PORT_DEPENDS =		Class-Load					\
			List-AllUtils					\
			Class-Singleton					\
			Params-Validate

include ../../etc/perl.mk

ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<500806'},1)
PORT_DEPENDS +=		PathTools
endif

ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1)
PORT_DEPENDS +=		parent
endif


include ../../etc/ports.mk