18 lines
368 B
Makefile
18 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/11/25 16:32:33 espie Exp $
|
|
|
|
COMMENT= "object-oriented wrapper around vec()"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Bit-Vector-Minimal-1.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|