1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11-toolkits/p5-Gtk2-Chmod/Makefile
Andrej Zverev 4f0f40cb05 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:36:29 +00:00

29 lines
646 B
Makefile

# New ports collection makefile for: x11-toolkits/p5-Gtk2-Chmod
# Date created: 2009-10-19
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Gtk2-Chmod
PORTVERSION= 0.0.0
PORTREVISION= 4
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a dialog for getting values to use with chmod
BUILD_DEPENDS= p5-File-Stat-Bits>=0:${PORTSDIR}/sysutils/p5-File-Stat-Bits \
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Gtk2::Chmod.3
.include <bsd.port.mk>