17 lines
267 B
Makefile
17 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 10:50:20 espie Exp $
|
|
|
|
COMMENT= utility to make parameter checking easier
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Params-Util-1.07
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|