16 lines
293 B
Makefile
16 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.19 2015/01/21 06:13:47 bentley Exp $
|
|
|
|
COMMENT= module to scan C language files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= C-Scan-0.74
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Data-Flow>=0.05
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|