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

26 lines
499 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= dynamically create Perl language bindings
2023-09-08 05:21:37 +00:00
DISTNAME = Glib-Object-Introspection-0.051
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
2023-09-08 05:21:37 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2023-08-16 22:26:55 +00:00
# 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>