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