diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-14 01:33:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-14 01:33:01 +0800 |
commit | 8666996912eb2b6c825821f75585c927efab2133 (patch) | |
tree | 4e511c3d64d1bc93d55e377104f43ffacaf6f4df /www | |
parent | 5e750c2a60cf3b84009be3ae5549170308e1c543 (diff) | |
download | freebsd-ports-gnome-8666996912eb2b6c825821f75585c927efab2133.tar.gz freebsd-ports-gnome-8666996912eb2b6c825821f75585c927efab2133.tar.zst freebsd-ports-gnome-8666996912eb2b6c825821f75585c927efab2133.zip |
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index 556974c8ecec..b891418578ef 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -5,7 +5,6 @@ PORTNAME= HTTP-Tiny PORTVERSION= 0.056 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DAGOLDEN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -20,6 +19,7 @@ IO_SOCKET_IP_DESC= Use IO::Socket:IP instead of IO::Socket::INET PORTSCOUT= limit:^[0-9\.]*$$ +NO_ARCH= yes USE_PERL5= configure USES= perl5 |