diff options
Diffstat (limited to 'devel/autodia/Makefile')
-rw-r--r-- | devel/autodia/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/autodia/Makefile b/devel/autodia/Makefile index 0fe5bba35b92..8ebf7bcc44db 100644 --- a/devel/autodia/Makefile +++ b/devel/autodia/Makefile @@ -7,22 +7,18 @@ # PORTNAME= autodia -PORTVERSION= 2.02 -PORTREVISION= 1 +PORTVERSION= 2.03 CATEGORIES= devel perl5 -# fernan - 23.Apr.2006 -# the droogs.org domain has expired, and the registrar is redirecting -# the traffic for this domain. I am hosting the distfile temporarily. -# MASTER_SITES= http://droogs.org/autodia/download/ -MASTER_SITES= http://omega.iib.unsam.edu.ar/ \ - http://personales.ciudad.com.ar/fernan/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tree/TEEJAY + DISTNAME= Autodia-${PORTVERSION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Automatic Dia XML - from Source Code and Data BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Inline-Java>=0:${PORTSDIR}/devel/p5-Inline-Java \ + ${SITE_PERL}/${PERL_ARCH}/Inline/Java.pm:${PORTSDIR}/devel/p5-Inline-Java \ ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \ ${SITE_PERL}/VCG.pm:${PORTSDIR}/graphics/p5-VCG \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ |