freebsd-ports/mail/p5-Mail-Procmailrc/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

19 lines
340 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Mail-Procmailrc
PORTVERSION= 1.09
CATEGORIES= mail perl5
MASTER_SITES= CPAN \
http://scott.wiersdorf.org/perl/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl OO interface to procmail rc files
USES= perl5
USE_PERL5= configure
MAN3= Mail::Procmailrc.3
.include <bsd.port.mk>