freebsd-ports/net/libproxy-perl/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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"