mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
45a89de30e
- Correctly take maintainership of unmaintained xmms2 slaves - While I'm here, trim Makefile headers
22 lines
380 B
Makefile
22 lines
380 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+= xmmsclient.6:${PORTSDIR}/audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USE_PERL5= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= perl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|