16 lines
252 B
Makefile
16 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:20 sthen Exp $
|
|
|
|
COMMENT= C style enumerated types and bitmask flags
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= enum-1.11
|
|
CATEGORIES= devel
|
|
EPOCH= 0
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|