openbsd-ports/devel/p5-Time-Warp/Makefile

21 lines
353 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $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
2012-08-23 11:00:32 -04:00
REVISION = 0
CATEGORIES = devel
# same as perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
.include <bsd.port.mk>