mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
26 lines
535 B
Makefile
26 lines
535 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= 2
|
|
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
|
|
|
|
RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Gtk2::Chmod.3
|
|
|
|
.include <bsd.port.mk>
|