diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-13 17:33:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-13 17:33:01 +0000 |
commit | 0797bb68b36cc72fe71ac5cdd66a29bdea353e2f (patch) | |
tree | 4e511c3d64d1bc93d55e377104f43ffacaf6f4df /www | |
parent | 6d7247c7ad16c1270ee623be320dd64e836dd9ba (diff) | |
download | freebsd-ports-0797bb68b36cc72fe71ac5cdd66a29bdea353e2f.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 |