diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-10 02:49:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-10 02:49:04 +0800 |
commit | 2085e542bd1765444a53e09a2cfd3447e1bf74b4 (patch) | |
tree | ad16a20217279ab7e6943560aac05a509b442fa2 /astro/p5-Astro-SIMBAD-Client/Makefile | |
parent | 2049e1528e72535e8a55ef0ebe074a0043cc8423 (diff) | |
download | freebsd-ports-gnome-2085e542bd1765444a53e09a2cfd3447e1bf74b4.tar.gz freebsd-ports-gnome-2085e542bd1765444a53e09a2cfd3447e1bf74b4.tar.zst freebsd-ports-gnome-2085e542bd1765444a53e09a2cfd3447e1bf74b4.zip |
- Update to 0.24
Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
Feature safe: yes
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> |