19 lines
341 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2016/03/20 19:56:18 naddy Exp $
COMMENT= date calculations for the Gregorian calendar
MODULES= cpan
2015-06-04 06:09:10 +00:00
DISTNAME= Date-Calc-6.4
CATEGORIES= devel
2009-11-06 09:19:34 +00:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= perl
2010-11-26 07:18:59 +00:00
RUN_DEPENDS= math/p5-Bit-Vector>=6.2 \
devel/p5-Carp-Clan>=5.3
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>