freebsd-ports/devel/libpperl/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

26 lines
573 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= 5.8.0+
.include <bsd.port.mk>