aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-xmms2/Makefile
blob: 61d4737fa0148c2848eab08a6204169719ed42a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD$

PORTREVISION=   1
CATEGORIES= audio perl5
PKGNAMEPREFIX=  p5-

MAINTAINER= madpilot@FreeBSD.org
COMMENT=    Perl Bindings for XMMS2

LIB_DEPENDS+=   libxmmsclient.so:${PORTSDIR}/audio/xmms2

MASTERDIR=  ${.CURDIR}/../xmms2

USES=       perl5

PLIST=      ${.CURDIR}/pkg-plist

XMMS2_SLAVE=    perl

.include "${MASTERDIR}/Makefile"