1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/multimedia/mp3cd/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
510 B
Makefile

# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
# $FreeBSD$
PORTNAME= mp3cd
PORTVERSION= 1.027
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia
MASTER_SITES= http://outflux.net/software/pkgs/mp3cd/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl script that burns MP3 to audio CDs
LICENSE= GPLv2+
BUILD_DEPENDS= p5-Config-Simple>=0:devel/p5-Config-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= scripts/mp3cd
NO_ARCH= yes
.include <bsd.port.mk>