diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-14 01:32:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-14 01:32:43 +0800 |
commit | 7aff4dc40bf1d3cef689465b1c695de385813f08 (patch) | |
tree | dd4000a10beb2ed0c589ec1453ec401e2b327e58 /misc | |
parent | 38585d287e6a5ed2fca85023cf103f6b06d819fe (diff) | |
download | freebsd-ports-gnome-7aff4dc40bf1d3cef689465b1c695de385813f08.tar.gz freebsd-ports-gnome-7aff4dc40bf1d3cef689465b1c695de385813f08.tar.zst freebsd-ports-gnome-7aff4dc40bf1d3cef689465b1c695de385813f08.zip |
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-OpenCage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-Geo-Coder-OpenCage/Makefile b/misc/p5-Geo-Coder-OpenCage/Makefile index 956fb2788056..399da978f08f 100644 --- a/misc/p5-Geo-Coder-OpenCage/Makefile +++ b/misc/p5-Geo-Coder-OpenCage/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.05 PORTREVISION= 1 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KAORU PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -21,6 +20,7 @@ BUILD_DEPENDS= p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0.32:${PORTSDIR}/devel/p5-Test-Exception +NO_ARCH= yes USE_PERL5= configure USES= perl5 |