mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c6839a1a73
This Perl module provides routines for checking validity of email address WWW: http://search.cpan.org/search?dist=Mail-CheckUser PR: 60841 Submitted by: Attila Nagy <bra@fsn.hu>
34 lines
796 B
Makefile
34 lines
796 B
Makefile
# New ports collection makefile for: p5-Mail-CheckUser
|
|
# Date created: 2 January 2004
|
|
# Whom: Attila Nagy <bra@fsn.hu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mail-CheckUser
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bra@fsn.hu
|
|
COMMENT= Perl module to check email addresses for validity
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
|
|
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= cufilter.1
|
|
MAN3= Mail::CheckUser.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|