17 lines
262 B
Makefile
17 lines
262 B
Makefile
# $OpenBSD: Makefile,v 1.5 2014/11/30 15:39:29 benoit Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.51
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|