mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7534c05a19
Approved by: maintainer (miwi@ via IRC)
28 lines
689 B
Makefile
28 lines
689 B
Makefile
# New ports collection makefile for: p5-Music-Audioscrobbler-Submit
|
|
# Date created: 2008-09-15
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Music-Audioscrobbler-Submit
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Module to submit songs to last.fm from MPD
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
|
RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Music::Audioscrobbler::Submit.3
|
|
|
|
.include <bsd.port.mk>
|