openbsd-ports/devel/p5-Time-Warp/Makefile
sthen 33d1f89f85 import ports/devel/p5-Time-Warp, from Andreas Voegele, ok okan@
Time::Warp offers developers control over the measurement of time.
2012-04-22 20:32:31 +00:00

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>