mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cb95fe0752
With hat: perl@ Sponsored by: Absolight
23 lines
513 B
Makefile
23 lines
513 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= 2
|
|
CATEGORIES= net lang
|
|
PKGNAMESUFFIX= -perl
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Perl binding for libproxy
|
|
|
|
LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
USES= perl5
|
|
INSTALL_WRKSRC= ${WRKSRC}/bindings/perl
|
|
|
|
LIBPROXY_SLAVE= perl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|