aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
blob: 7bc110ee79f60503305c4a6685f9889af1f2354d (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
# Created by: chinsan

PORTNAME=	Gtk2-Ex-FormFactory
PORTVERSION=	0.67
PORTREVISION=	3
CATEGORIES=	x11-toolkits perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Makes building complex GUI more easy

LICENSE=	GPLv2+

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Glib>=1.00:devel/p5-Glib \
		p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2 \
		p5-Gtk2-Ex-Simple-List>=0:x11-toolkits/p5-Gtk2-Ex-Simple-List

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>