1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/mail/p5-Email-Address-Loose/Makefile
Sunpoet Po-Chuan Hsieh f1351cf57c Use real PORTVERSION and update dependent ports
- Add LICENSE_FILE
- Sort PLIST
2017-02-28 09:47:13 +00:00

21 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= Email-Address-Loose
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to make Email::Address->parse() loose
RUN_DEPENDS= \
p5-Email-Address>=1.889:mail/p5-Email-Address
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>