22 lines
346 B
Makefile
Raw Normal View History

2021-01-24 18:00:04 +00:00
# $OpenBSD: Makefile,v 1.2 2021/01/24 18:00:04 ajacoutot Exp $
2021-01-24 18:00:04 +00:00
COMMENT = Perl interface to Gtk+3
2021-01-24 18:00:04 +00:00
CPAN_AUTHOR = XAOC
DISTNAME = Gtk3-0.038
2021-01-24 18:00:04 +00:00
CATEGORIES = x11
# LGPL v2.1
PERMIT_PACKAGE = Yes
MODULES = cpan
2021-01-24 18:00:04 +00:00
RUN_DEPENDS = devel/p5-Cairo-GObject \
devel/p5-Glib-Object-Introspection \
x11/gtk+3
PKG_ARCH = *
.include <bsd.port.mk>