diff options
Diffstat (limited to 'astro/p5-Astro-SIMBAD-Client/Makefile')
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile index e7f7be173f85..5b7694327b62 100644 --- a/astro/p5-Astro-SIMBAD-Client/Makefile +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -6,9 +6,10 @@ # PORTNAME= Astro-SIMBAD-Client -PORTVERSION= 0.023 +PORTVERSION= 0.024 CATEGORIES= astro perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:WYANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -24,7 +25,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= -y -MAN1= simbadc.1 -MAN3= Astro::SIMBAD::Client.3 +MAN1= simbadc.1 +MAN3= Astro::SIMBAD::Client.3 .include <bsd.port.mk> |