14 lines
234 B
Makefile
14 lines
234 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/02/14 13:49:15 benoit Exp $
|
|
|
|
COMMENT= declarative object constructor
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Object-Declare-0.24
|
|
CATEGORIES= www devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|