18 lines
294 B
Makefile
18 lines
294 B
Makefile
|
COMMENT= utility functions for checking references (XS version)
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Ref-Util-XS-0.117
|
||
|
CATEGORIES= devel
|
||
|
REVISION= 0
|
||
|
|
||
|
MAINTAINER= Wen Heping <wenheping2000@hotmail.com>
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
TEST_DEPENDS += devel/p5-Readonly
|
||
|
|
||
|
.include <bsd.port.mk>
|