aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
blob: 36ec8af911c0ec55b176221fda657b8e87c146e3 (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
25
26
# New ports collection makefile for:    x11-toolkits/p5-Gtk2-PathButtonBar
# Date created:     2009-10-19
# Whom:         Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#

PORTNAME=   Gtk2-PathButtonBar
PORTVERSION=    0.1.2
PORTREVISION=   3
CATEGORIES= x11-toolkits perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX=  p5-

MAINTAINER= vvelox@vvelox.net
COMMENT=    Creates a bar for path manipulation

RUN_DEPENDS=    p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2

USES=       perl5
USE_PERL5=  configure

MAN3=       Gtk2::PathButtonBar.3

.include <bsd.port.mk>