13 lines
180 B
Makefile
13 lines
180 B
Makefile
|
COMMENT= C style enumerated types and bitmask flags
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = enum-1.12
|
||
|
CATEGORIES= devel
|
||
|
EPOCH= 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|