ports/devel/p5-Glib-Object-Introspection/Makefile

25 lines
499 B
Makefile

COMMENT= dynamically create Perl language bindings
DISTNAME = Glib-Object-Introspection-0.051
CATEGORIES= devel
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += c ffi girepository-1.0 glib-2.0 gmodule-2.0 gobject-2.0 perl intl
MODULES= cpan
CPAN_AUTHOR= XAOC
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
devel/p5-ExtUtils-PkgConfig \
devel/p5-Glib2
RUN_DEPENDS= devel/p5-Glib2
LIB_DEPENDS= devel/gobject-introspection
.include <bsd.port.mk>