freebsd-ports/devel/p5-Date-Pcalc/Makefile
Martin Wilke 092281a0b6 - Do not remove directories not created by this port
 Reported by:	pkg (DEVELOPER_MODE)
2013-06-08 14:54:55 +00:00

26 lines
594 B
Makefile

# Created by: Gregory Shapiro <gshapiro@FreeBSD.org>
# $FreeBSD$
PORTNAME= Date-Pcalc
PORTVERSION= 6.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STBEY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Gregorian calendar date calculations
BUILD_DEPENDS= p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Bit-Vector>=7.0:${PORTSDIR}/math/p5-Bit-Vector
PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null
MAN3= Date::Pcalc.3 \
Date::Pcalc::Object.3 \
Date::Pcalendar.3 \
Date::Pcalendar::Profiles.3 \
Date::Pcalendar::Year.3
.include <bsd.port.mk>