freebsd-ports/devel/p5-C-Scan/Makefile

25 lines
542 B
Makefile
Raw Normal View History

1998-04-04 15:56:05 +02:00
# New ports collection makefile for: p5-C-Scan
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= C-Scan
2001-01-09 07:31:55 +01:00
PORTVERSION= 0.74
1997-04-20 15:53:29 +02:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= C
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Perl5 module to scan C language files for easily recognized constructs
BUILD_DEPENDS= ${SITE_PERL}/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow
PERL_CONFIGURE= yes
MAN3= C::Scan.3
.include <bsd.port.mk>