19 lines
320 B
Makefile
19 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:08 merdely 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>
|