openbsd-ports/devel/p5-Set-IntRange/Makefile

19 lines
318 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/12/20 00:00:21 jasper Exp $
2006-11-13 10:18:40 -05:00
COMMENT= sets of integers
2006-11-13 10:18:40 -05:00
MODULES= cpan
DISTNAME= Set-IntRange-5.2
2006-11-13 10:18:40 -05:00
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= math/p5-Bit-Vector
2006-11-13 10:18:40 -05:00
.include <bsd.port.mk>