13 lines
198 B
Makefile
13 lines
198 B
Makefile
|
COMMENT= parse and format RFC 5322 email addresses and groups
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME = Email-Address-XS-1.05
|
||
|
CATEGORIES= mail
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|