18 lines
273 B
Makefile
18 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.4 2014/06/14 23:24:59 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.5
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|