1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11-toolkits/p5-Tk-GBARR/Makefile
2012-06-04 08:37:59 +00:00

30 lines
541 B
Makefile

# New ports collection makefile for: p5-Tk-GBARR
# Date created: May 28 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Tk-GBARR
PORTVERSION= 2.08
PORTREVISION= 3
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Some collection of Tk Widgets
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tk::Cloth.3 \
Tk::FireButton.3 \
Tk::NumEntry.3 \
Tk::NumEntryPlain.3 \
Tk::TFrame.3
.include <bsd.port.mk>