mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
903eef6e32
While here, convert to new LIB_DEPENDS format.
22 lines
382 B
Makefile
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"
|