18 lines
301 B
Makefile
18 lines
301 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:44:46 sthen Exp $
|
|
|
|
COMMENT = extension for generating GUIDs
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Data-GUID-0.049
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Data-UUID \
|
|
devel/p5-Sub-Exporter
|
|
|
|
.include <bsd.port.mk>
|