diff options
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index ca7b4cbf7f4d..7fa16cf63f28 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupod PORTVERSION= 0.94 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= http://blinkenlights.ch/gnupod-dist/stable/ EXTRACT_SUFX= .tgz @@ -19,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${BUILD_DEPENDS} INFO= gnupod |