mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d72c560b21
Hat: portmgr
22 lines
396 B
Makefile
22 lines
396 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= ports@FreeBSD.org
|
|
COMMENT= RFC2646 format=flowed
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= ${PORTNAME:S/-/::/g}.3
|
|
|
|
.include <bsd.port.mk>
|