2003-06-03 05:26:09 +02:00
|
|
|
# New ports collection makefile for: p5-Mail-RFC822-Address
|
|
|
|
# Date created: 18 May 2003
|
|
|
|
# Whom: Simon Barner <barner@in.tum.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail-RFC822-Address
|
|
|
|
PORTVERSION= 0.3
|
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-06-03 05:26:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-07-15 01:20:59 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-06-03 05:26:09 +02:00
|
|
|
COMMENT= Perl5 module to validate RFC822 conformance of email adresses
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
INSTALL_TARGET= pure_site_install
|
|
|
|
|
|
|
|
MAN3= Mail::RFC822::Address.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|