1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/p5-xmms2/Makefile
Guido Falsi 903eef6e32 Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format.
2013-09-29 10:41:24 +00:00

22 lines
382 B
Makefile

# 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"