summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-RFC822-Address/Makefile
blob: 4a7aa9bd3dbfc7aa6d7068b36608475bb0cc09a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Simon Barner <barner@in.tum.de>
# $FreeBSD$

PORTNAME=	Mail-RFC822-Address
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 module to validate RFC822 conformance of email addresses

USES=		perl5
USE_PERL5=	configure

INSTALL_TARGET=	pure_site_install

.include <bsd.port.mk>