1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/p5-Mail-Procmailrc/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

19 lines
326 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
PERL_CONFIGURE= YES
MAN3= Mail::Procmailrc.3
.include <bsd.port.mk>