8d6597e0bb
With hat: portmgr Sponsored by: Absolight
24 lines
560 B
Makefile
24 lines
560 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/net/libproxy-perl/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net lang
|
|
PKGNAMESUFFIX= -perl
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Perl binding for libproxy
|
|
|
|
LIB_DEPENDS= libproxy.so:net/libproxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/perl
|
|
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/perl
|
|
USES= perl5
|
|
|
|
LIBPROXY_SLAVE= perl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|