a99e60ff20
- fix comment
19 lines
318 B
Makefile
19 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/12/20 00:00:21 jasper Exp $
|
|
|
|
COMMENT= sets of integers
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Set-IntRange-5.2
|
|
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>
|