aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-B-Graph/Makefile
blob: 38c09477088d3fa61ede1bebbf89de314007c285 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-B-Graph
# Date created:     24-Jul-2000
# Whom:         Leo Kim <leo@florida.sarang.net>
#
# $FreeBSD$
#

PORTNAME=   B-Graph
PORTVERSION=    0.51
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=B
PKGNAMEPREFIX=  p5-

MAINTAINER= leo@florida.sarang.net

USE_PERL5=  yes
MAN3=       B::Graph.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
    @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>