2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/12/03 11:44:27 ajacoutot Exp $
|
2001-05-05 20:12:42 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= module to scan C language files
|
2001-01-09 01:25:11 -05:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2001-01-09 01:25:11 -05:00
|
|
|
DISTNAME= C-Scan-0.74
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2001-01-09 01:25:11 -05:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-26 02:18:59 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Data-Flow>=0.05
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-09 01:25:11 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|