cfea6c4475
/etc/hosts before DNS. PR: 198308 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# 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>
|