b12f4d21dc
Email::Address PR: ports/157938 Submitted by: dliakh
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# New ports collection makefile for: Email::AddressParser
|
|
# Date created: Jun 6 2011
|
|
# Whom: dliakh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Email-AddressParser
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dliakh@ukr.net
|
|
COMMENT= RFC 2822 Address Parsing and Creation
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Email::AddressParser.3
|
|
|
|
.include <bsd.port.mk>
|