aboutsummaryrefslogtreecommitdiff
path: root/textproc/sdf/Makefile
blob: 9ebb57714f6ebc5aab7c24f95d14cf98f6d62a39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	sdf
# Date created:				12 December 2000
# Whom:					dannyman <dannyman@tellme.com>
#
# $FreeBSD$
#

PORTNAME=	sdf
PORTVERSION=	2.001
CATEGORIES=	textproc
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple Document Format - "author-friendly" mark-up system

MAN1=		pod2sdf.1

PERL_CONFIGURE=	yes

post-install:
.if !defined(NOPORTDOCS)
	${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/sdf
.endif

.include <bsd.port.mk>