diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-10 06:39:34 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-10 06:39:34 +0000 |
commit | cfea6c4475e2613d3af444c068b11957fee1ef06 (patch) | |
tree | 303fc5f6e9e66374f39d572c474fadabe7060742 /dns/p5-AnyEvent-DNS-EtcHosts/Makefile | |
parent | 1b67c2cdec41653856e0b85e098d9fd4a5240d05 (diff) | |
download | freebsd-ports-cfea6c4475e2613d3af444c068b11957fee1ef06.zip |
Add p5-AnyEvent-DNS-EtcHosts 0.0103, anyEvent::DNS::EtcHosts - Use
/etc/hosts before DNS.
PR: 198308
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Diffstat (limited to 'dns/p5-AnyEvent-DNS-EtcHosts/Makefile')
-rw-r--r-- | dns/p5-AnyEvent-DNS-EtcHosts/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dns/p5-AnyEvent-DNS-EtcHosts/Makefile b/dns/p5-AnyEvent-DNS-EtcHosts/Makefile new file mode 100644 index 000000000000..7ccec5c0b565 --- /dev/null +++ b/dns/p5-AnyEvent-DNS-EtcHosts/Makefile @@ -0,0 +1,20 @@ +# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> +# $FreeBSD$ + +PORTNAME= AnyEvent-DNS-EtcHosts +PORTVERSION= 0.0103 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DEXTER +PKGNAMEPREFIX= p5- + +MAINTAINER= dgeo@centrale-marseille.fr +COMMENT= AnyEvent::DNS::EtcHosts - Use /etc/hosts before DNS + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> |