openbsd-ports/devel/p5-Date-Calc/Makefile

23 lines
414 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.24 2013/03/11 10:50:15 espie Exp $
SHARED_ONLY= Yes
COMMENT= date calculations for the Gregorian calendar
MODULES= cpan
2009-11-06 04:19:34 -05:00
DISTNAME= Date-Calc-6.3
REVISION= 1
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2009-11-06 04:19:34 -05:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= math/p5-Bit-Vector>=6.2 \
devel/p5-Carp-Clan>=5.3
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>