blob: cf53993f121924b44abd8b1198f58d3e1a9529cf (
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
|
# New ports collection makefile for: p5-xmms2
# Date created: 05 Jul 2007
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= audio perl5
PKGNAMEPREFIX= p5-
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Perl Bindings for XMMS2
LIB_DEPENDS+= xmmsclient.2:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_PERL5= yes
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= perl
.include "${MASTERDIR}/Makefile"
|