33d1f89f85
Time::Warp offers developers control over the measurement of time.
18 lines
330 B
Makefile
18 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/22 20:32:31 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.5
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|