1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/p5-xmms2/Makefile

24 lines
398 B
Makefile

# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 3
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 ssl
BROKEN_SSL= openssl111
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= perl
.include "${MASTERDIR}/Makefile"