1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
412 B
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= Gtk2-PathButtonBar
PORTVERSION= 0.1.2
PORTREVISION= 4
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:x11-toolkits/p5-Gtk2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>