22 lines
401 B
Makefile
22 lines
401 B
Makefile
|
# New ports collection makefile for: p5-Text-Flowed
|
||
|
# Date created: 2 August 2006
|
||
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Text-Flowed
|
||
|
DISTVERSION= 0.14
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= infofarmer@FreeBSD.org
|
||
|
COMMENT= RFC2646 format=flowed
|
||
|
|
||
|
PERL_CONFIGURE= YES
|
||
|
|
||
|
MAN3= ${PORTNAME:S/-/::/g}.3
|
||
|
|
||
|
.include <bsd.port.mk>
|