14 lines
194 B
Makefile
14 lines
194 B
Makefile
COMMENT = control over the flow of time
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Time-Warp-0.54
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|