17 lines
287 B
Makefile
17 lines
287 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/07/03 21:46:08 sthen Exp $
|
|
|
|
COMMENT= framework which makes building complex GUIs easy
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Gtk2-Ex-FormFactory-0.67
|
|
CATEGORIES= x11
|
|
REVISION= 0
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= x11/p5-Gtk2
|
|
|
|
.include <bsd.port.mk>
|