2001-08-05 05:40:37 +02:00
|
|
|
# New ports collection makefile for: p5-Mail-Verify
|
|
|
|
# Date created: 2 August 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net >
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail-Verify
|
2002-06-09 17:56:30 +02:00
|
|
|
PORTVERSION= 0.02
|
2001-08-05 05:40:37 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-08-05 05:40:37 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-04-14 22:45:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module to verify email addresses
|
2001-08-05 05:40:37 +02:00
|
|
|
|
2004-01-03 21:30:39 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
2001-08-05 05:40:37 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Mail::Verify.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|