91f50b4829
Add a P5_POD_PARSER variable to use in dependencies for ports that need it. PR: 247826
27 lines
521 B
Makefile
27 lines
521 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
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
BUILD_DEPENDS+= ${P5_POD_PARSER}
|
|
LIB_DEPENDS+= libxmmsclient.so:audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USES= perl5 python:2.7,build ssl
|
|
|
|
BROKEN_SSL= openssl
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= perl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|