mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
23 lines
520 B
Makefile
23 lines
520 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Music-Audioscrobbler-Submit
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module to submit songs to last.fm from MPD
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
|
|
p5-Config-Options>=0.8:devel/p5-Config-Options
|
|
RUN_DEPENDS:= p5-libwww>=0:www/p5-libwww \
|
|
p5-Config-Options>=0.8:devel/p5-Config-Options
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|