17 lines
259 B
Makefile
17 lines
259 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:45:19 sthen Exp $
|
|
|
|
COMMENT= tiny pure-perl UUID generation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = UUID-Tiny-1.04
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|