16 lines
260 B
Makefile
16 lines
260 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/07/03 21:45:05 sthen Exp $
|
|
|
|
COMMENT= utility to make parameter checking easier
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Params-Util-1.07
|
|
CATEGORIES= devel
|
|
REVISION= 2
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|