mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bbb583a895
- Add missing WWW - Style PR: ports/120938 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# New ports collection makefile for: textproc/p5-Mail-Verp
|
|
# Date created: Wed Aug 2 17:15:13 EDT 2006
|
|
# Whom: Vivek Khera <vivek@khera.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mail-Verp
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vivek@khera.org
|
|
COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Mail::Verp.3
|
|
|
|
.include <bsd.port.mk>
|