15 lines
241 B
Makefile
15 lines
241 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:13 sthen Exp $
|
|
|
|
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.52
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|