b000e089f4
This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain.
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.1 2004/04/24 16:12:13 peter Exp $
|
|
|
|
COMMENT= "Check validity of Internet email addresses"
|
|
|
|
VERSION= 0.15
|
|
DISTNAME= Email-Valid-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|