21 lines
372 B
Makefile
21 lines
372 B
Makefile
COMMENT= Perl extension for detecting mailing list messages
|
|
|
|
DISTNAME= Mail-ListDetector-1.04
|
|
CATEGORIES= mail
|
|
FIX_EXTRACT_PERMISSIONS= Yes
|
|
REVISION= 0
|
|
|
|
MAINTAINER= Andrew Hewus Fresh <afresh1@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= mail/p5-Email-Abstract \
|
|
mail/p5-Email-Valid \
|
|
mail/p5-Mail-Tools \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|