15 lines
247 B
Makefile
15 lines
247 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:40 naddy Exp $
|
|
|
|
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.52
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|