openbsd-ports/devel/p5-Number-Compare-Date/Makefile

23 lines
459 B
Makefile
Raw Normal View History

2010-07-13 15:46:10 -04:00
# $OpenBSD: Makefile,v 1.4 2010/07/13 19:46:12 sthen Exp $
COMMENT= Compare Dates
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Number-Compare-Date-0.02
2010-07-13 15:46:10 -04:00
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
MAINTAINER= Sam Smith <S@msmith.net>
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Time-TimeDate->=1.16:devel/p5-Time-TimeDate \
::devel/p5-Number-Compare
.include <bsd.port.mk>