diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
commit | 49ac0257b583fca37768b7bd375c8e04dd766b2c (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/p5-MusicBrainz-DiscID | |
parent | 993c8c265e497561b44b4090a45d2e34a3ef5010 (diff) | |
download | ports-49ac0257b583fca37768b7bd375c8e04dd766b2c.tar.gz ports-49ac0257b583fca37768b7bd375c8e04dd766b2c.zip |
Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5
Notes
Notes:
svn path=/head/; revision=325966
Diffstat (limited to 'audio/p5-MusicBrainz-DiscID')
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile index 2fcf44f80f5d..ebf6b8c042bc 100644 --- a/audio/p5-MusicBrainz-DiscID/Makefile +++ b/audio/p5-MusicBrainz-DiscID/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WebService-MusicBrainz -# Date created: 2009-12-22 -# Whom: Tobias Rehbein <tobias.rehbein@web.de> -# +# Created by: Tobias Rehbein <tobias.rehbein@web.de> # $FreeBSD$ -# PORTNAME= MusicBrainz-DiscID PORTVERSION= 0.03 @@ -19,8 +15,8 @@ BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= pkgconfig -PERL_MODBUILD= yes +USES= pkgconfig perl5 +USE_PERL5= modbuild MAN3= MusicBrainz::DiscID.3 |