Library simplifying embedding perl interpreters into C programs.

This commit is contained in:
Kelly Yancey 2005-12-15 01:58:58 +00:00
parent 9643bc0f55
commit dc81a0dac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151210
5 changed files with 40 additions and 0 deletions

View file

@ -506,6 +506,7 @@
SUBDIR += libpci
SUBDIR += libpdel
SUBDIR += libpeak
SUBDIR += libpperl
SUBDIR += libredblack
SUBDIR += libshbuf
SUBDIR += libshhmsg

31
devel/libpperl/Makefile Normal file
View file

@ -0,0 +1,31 @@
# New ports collection makefile for: libpperl
# Date created: December 14, 2005
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpperl
PORTVERSION= 20051214
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~kbyanc/ \
http://www.posi.net/software/libpperl/
MAINTAINER= kbyanc@FreeBSD.org
COMMENT= A library easing embedding perl interpreters into C programs
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= pkgconfig
USE_PERL5= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= this library only supports perl 5.8.0 or above
.endif
.include <bsd.port.post.mk>

2
devel/libpperl/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (libpperl-20051214.tar.gz) = 7a2dab5f0c57aa60b3e6486e328356df
SIZE (libpperl-20051214.tar.gz) = 749418

2
devel/libpperl/pkg-descr Normal file
View file

@ -0,0 +1,2 @@
libpperl is a library abstracting the embedded perl interface so as to
transparently handle as many of the hairy edge cases as possible.

4
devel/libpperl/pkg-plist Normal file
View file

@ -0,0 +1,4 @@
include/pperl.h
lib/libpperl.so.0
lib/libpperl.a
libdata/pkgconfig/libpperl.pc