diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 16:03:35 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 16:03:35 +0000 |
commit | d7e5c51a40f8e8cdefe5243a10a3f02fa1b56a0d (patch) | |
tree | 88a18c203a6f4ee7bde8bb06a82aed2e12ff3237 /audio/gnupod/Makefile | |
parent | e0c7c920a98a4dfab222fc567d6acc4ff46c9840 (diff) | |
download | ports-d7e5c51a40f8e8cdefe5243a10a3f02fa1b56a0d.tar.gz ports-d7e5c51a40f8e8cdefe5243a10a3f02fa1b56a0d.zip |
Notes
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index e9e2a74a3883..7171e0792582 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,20 +6,18 @@ # PORTNAME= gnupod -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.92 CATEGORIES= audio perl5 -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gnupod +MASTER_SITES= http://blinkenlights.ch/gnupod-dist/stable/ +EXTRACT_SUFX= .tgz MAINTAINER= david@dyn-ns.net -COMMENT= A set of Perl scripts for using an Apple iPod +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}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ - ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed INFO= gnupod |