21fcad8f0c
ok kevlo@ (maintainer)
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.18 2009/11/06 09:19:34 giovanni Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= date calculations for the Gregorian calendar
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Date-Calc-6.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-Bit-Vector->=6.2:math/p5-Bit-Vector \
|
|
:p5-Carp-Clan->=5.3:devel/p5-Carp-Clan
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|