SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/p5-Glib-Object-Introspection/Makefile
Normal file
23
devel/p5-Glib-Object-Introspection/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT= dynamically create Perl language bindings
|
||||
|
||||
DISTNAME = Glib-Object-Introspection-0.050
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# 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>
|
2
devel/p5-Glib-Object-Introspection/distinfo
Normal file
2
devel/p5-Glib-Object-Introspection/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Glib-Object-Introspection-0.050.tar.gz) = 7PO7uCTfXu1qOn/P1hvp70SFGYAbrcyCpuPE2qsM12M=
|
||||
SIZE (Glib-Object-Introspection-0.050.tar.gz) = 89336
|
3
devel/p5-Glib-Object-Introspection/pkg/DESCR
Normal file
3
devel/p5-Glib-Object-Introspection/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Glib::Object::Introspection uses the gobject-introspection and libffi projects
|
||||
to dynamically create Perl bindings for a wide variety of libraries. Examples
|
||||
include gtk+, webkit, libsoup and many more.
|
10
devel/p5-Glib-Object-Introspection/pkg/PLIST
Normal file
10
devel/p5-Glib-Object-Introspection/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
bin/perli11ndoc
|
||||
${P5ARCH}/Glib/Object/Introspection/
|
||||
${P5ARCH}/Glib/Object/Introspection.pm
|
||||
${P5ARCH}/Glib/Object/Introspection/Install/
|
||||
${P5ARCH}/Glib/Object/Introspection/Install/Files.pm
|
||||
${P5ARCH}/auto/Glib/Object/
|
||||
${P5ARCH}/auto/Glib/Object/Introspection/
|
||||
@so ${P5ARCH}/auto/Glib/Object/Introspection/Introspection.so
|
||||
@man man/man1/perli11ndoc.1
|
||||
@man man/man3p/Glib::Object::Introspection.3p
|
Loading…
Add table
Add a link
Reference in a new issue