2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Pete Fritchman <petef@databits.net >
|
2001-08-05 05:40:37 +02:00
|
|
|
# $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-
|
|
|
|
|
2009-02-17 03:56:31 +01:00
|
|
|
MAINTAINER= chifeng@gmail.com
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module to verify email addresses
|
2001-08-05 05:40:37 +02:00
|
|
|
|
2012-06-30 15:10:09 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-08-05 05:40:37 +02:00
|
|
|
|
2013-09-04 11:48:54 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-08-05 05:40:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|