blob: 1ff7e6d04a3d29e0926af06b7a0e7c367440edf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
PORTNAME= URBL-Prepare
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIKER
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Prepare hostname for URBL domain lookup
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|