2005-12-15 02:58:58 +01:00
|
|
|
# New ports collection makefile for: libpperl
|
|
|
|
# Date created: December 14, 2005
|
|
|
|
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libpperl
|
|
|
|
PORTVERSION= 20051214
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2005-12-15 02:58:58 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://people.freebsd.org/~kbyanc/ \
|
|
|
|
http://www.posi.net/software/libpperl/
|
|
|
|
|
2007-02-27 12:08:23 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-12-15 02:58:58 +01:00
|
|
|
COMMENT= A library easing embedding perl interpreters into C programs
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-12-15 02:58:58 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= pkgconfig
|
2007-09-08 03:12:10 +02:00
|
|
|
USE_PERL5= 5.8.0+
|
2005-12-15 02:58:58 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|