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

26 lines
592 B
Makefile
Raw Normal View History

2004-12-01 00:38:47 -05:00
# $OpenBSD: Makefile,v 1.14 2004/12/01 05:38:47 kevlo Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "date calculations for the Gregorian calendar"
2004-12-01 00:38:47 -05:00
DISTNAME= Date-Calc-5.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-01 00:38:47 -05:00
RUN_DEPENDS= :p5-Bit-Vector->=6.2:math/p5-Bit-Vector \
:p5-Carp-Clan->=5.3:devel/p5-Carp-Clan
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>