freebsd-ports/devel/libpperl/Makefile
Mark Linimon eaee63ab80 Reset kbyanc@FreeBSD.org due to maintainer-timeouts and no response to email.
We hope to see Kelley back sometime.

Hat:		portmgr
2007-02-27 11:08:23 +00:00

32 lines
694 B
Makefile

# New ports collection makefile for: libpperl
# Date created: December 14, 2005
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpperl
PORTVERSION= 20051214
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~kbyanc/ \
http://www.posi.net/software/libpperl/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library easing embedding perl interpreters into C programs
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
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>