2002-11-30 14:30:43 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2002/11/30 19:30:44 margarida Exp $
|
2001-05-05 20:12:42 -04:00
|
|
|
|
|
|
|
COMMENT= "date calculations for the Gregorian calendar"
|
2000-09-16 10:53:15 -04:00
|
|
|
|
2002-10-28 21:16:44 -05:00
|
|
|
DISTNAME= Date-Calc-5.3
|
2000-09-16 10:53:15 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
2000-09-16 10:53:15 -04:00
|
|
|
|
2002-09-19 03:30:50 -04:00
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2000-09-16 10:53:15 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-09-19 03:30:50 -04:00
|
|
|
BUILD_DEPENDS= :p5-Bit-Vector->=6.2:math/p5-Bit-Vector
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2000-09-16 10:53:15 -04:00
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|