# New ports collection makefile for: cue2toc # Date created: 24th September 2003 # Whom: Pav Lucistnik # # $FreeBSD$ # PORTNAME= cue2toc PORTVERSION= 0.1 CATEGORIES= audio perl5 MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \ http://www.oook.cz/bsd/distfiles/ MAINTAINER= pav@FreeBSD.org COMMENT= Perl script that converts CUE files into TOC files for cdrdao RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav NO_BUILD= yes PLIST_FILES= bin/cue2toc.pl USE_PERL5= yes pre-patch: @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc do-install: ${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${PREFIX}/bin/cue2toc.pl .include title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-061-2/+2
* Update WWWsunpoet2018-05-281-1/+1
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-5/+5