diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 09:12:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 09:12:38 +0000 |
commit | dac51c1149d1b273ce7124a0640c1293c8e383bd (patch) | |
tree | 61ea01f04b9d206e7f4c230f828deab61cfa287f /audio/gnupod/Makefile | |
parent | 8dfe4c334aafdf65c7cf326e07df18e8ec0f1c23 (diff) | |
download | ports-dac51c1149d1b273ce7124a0640c1293c8e383bd.tar.gz ports-dac51c1149d1b273ce7124a0640c1293c8e383bd.zip |
Notes
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 3293b279d08c..068afbc16210 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupod -PORTVERSION= 0.99.6 +PORTVERSION= 0.99.7 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://www.blinkenlights.ch/gnupod-dist/stable/ @@ -18,6 +18,7 @@ COMMENT= Set of Perl scripts for using an Apple iPod BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ |