blob: d9158fd9d49ec7474e106c201a3fa597d630805e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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"
|