19 lines
324 B
Makefile
19 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 15:18:40 espie Exp $
|
|
|
|
COMMENT= "set of integers"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Set-IntRange-5.1
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::math/p5-Bit-Vector
|
|
|
|
.include <bsd.port.mk>
|