15 lines
234 B
Makefile
15 lines
234 B
Makefile
COMMENT= module to scan C language files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= C-Scan-0.74
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Data-Flow>=0.05
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|