18 lines
273 B
Makefile
18 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:23 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.5
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|