openbsd-ports/devel/p5-Time-Warp/Makefile
2012-08-23 15:00:32 +00:00

21 lines
353 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/08/23 15:08:05 sthen 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
.include <bsd.port.mk>