aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-RFC822-Address/Makefile
blob: 0f2c909a3a1efc05b7dfa26ba800cfeb105b8c5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX=  p5-

MAINTAINER= barner@FreeBSD.org
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>