blob: 70b88ad4767a94c666c4c5419b8415771a5ae1b8 (
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
|
# 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"
|