19 lines
296 B
Makefile
19 lines
296 B
Makefile
|
COMMENT= utility functions for checking references
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Ref-Util-0.204
|
||
|
CATEGORIES= devel
|
||
|
REVISION= 0
|
||
|
|
||
|
MAINTAINER= Wen Heping <wenheping2000@hotmail.com>
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Ref-Util-XS>=0
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Readonly
|
||
|
|
||
|
.include <bsd.port.mk>
|
||
|
|