1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/p5-Music-Audioscrobbler-Submit/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>