freebsd-ports/audio/p5-Audio-Scrobbler/Makefile
Peter Pentchev 7ba5634f76 Arrrrgh. Use PERL_ARCH properly instead of hardcoding "mach".
While I'm here, mark it as IGNORE'd on Perl versions earlier than 5.6
anyway - we kinda need all the goodies provided by "use bytes" and friends.

Reported by:	pointyhat via kris
Pointy hat to:	roam (myself)
2006-02-01 20:26:56 +00:00

34 lines
875 B
Makefile

# New ports collection makefile for: p5-Audio-Scrobbler
# Date created: January 3rd, 2005
# Whom: Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Audio-Scrobbler
PORTVERSION= 0.01
CATEGORIES= audio net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Audio
PKGNAMEPREFIX= p5-
MAINTAINER= roam@FreeBSD.org
COMMENT= A Perl interface to Last.fm / AudioScrobbler
BUILD_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= scrobbler-helper.1
MAN3= Audio::Scrobbler.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= needs at least Perl 5.6 for the UTF-8 handling
.endif
.include <bsd.port.post.mk>