23 lines
449 B
Makefile
23 lines
449 B
Makefile
|
# New ports collection makefile for: p5-Cflow
|
|||
|
# Date created: Di 13 M<>r 2001 19:37:25 CET
|
|||
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|||
|
#
|
|||
|
# $FreeBSD$
|
|||
|
#
|
|||
|
|
|||
|
PORTNAME= Cflow
|
|||
|
PORTVERSION= 1.030
|
|||
|
CATEGORIES= net perl5
|
|||
|
MASTER_SITES= http://net.doit.wisc.edu/~plonka/Cflow/
|
|||
|
PKGNAMEPREFIX= p5-
|
|||
|
|
|||
|
MAINTAINER= ports@FreeBSD.org
|
|||
|
|
|||
|
PERL_CONFIGURE= YES
|
|||
|
|
|||
|
MAN1= flowdumper.1
|
|||
|
MAN3= Cflow.3
|
|||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|||
|
|
|||
|
.include <bsd.port.mk>
|