7f4572eae4
With hat: portmgr Sponsored by: Absolight
21 lines
370 B
Makefile
21 lines
370 B
Makefile
# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio perl5
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Perl Bindings for XMMS2
|
|
|
|
LIB_DEPENDS+= libxmmsclient.so:audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USES= perl5
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= perl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|