diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 13:31:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 13:31:38 +0800 |
commit | 923a85c7467b2bc10922e063421453926da07254 (patch) | |
tree | 6b1af362db099e14fbc8141b0f4a3a8dcabd1739 | |
parent | 02351745871f79c58dce021aaba4aec3bbd30a99 (diff) | |
download | freebsd-ports-gnome-923a85c7467b2bc10922e063421453926da07254.tar.gz freebsd-ports-gnome-923a85c7467b2bc10922e063421453926da07254.tar.zst freebsd-ports-gnome-923a85c7467b2bc10922e063421453926da07254.zip |
Use real PORTVERSION
- Add NO_ARCH
- Use USES=localbase
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index 55d966817177..208a2730f638 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= Astro-Catalog -PORTVERSION= 4.3.1 -PORTREVISION= 1 +PORTVERSION= 4.31 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Generic stellar catalogue object @@ -27,9 +25,8 @@ BUILD_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \ p5-libwww>=5.53:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USES= perl5 +NO_ARCH= yes +USES= localbase perl5 USE_PERL5= modbuild post-patch: |