aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-BFD/Makefile
blob: 6bee06810819055880b86b4c5090712f5291876c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    devel/p5-BFD
# Date created:             May  2004
# Whom:                 Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#

PORTNAME=   BFD
PORTVERSION=    0.31
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/R/RB/RBS
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Impromptu dumping of data structures for debugging purposes

PERL_CONFIGURE= yes

MAN3=       BFD.3

.include <bsd.port.mk>