freebsd-ports/textproc/sdf/Makefile
Ion-Mihai Tetcu 518d5b748e - fix plist for -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
2008-06-27 11:48:19 +00:00

27 lines
502 B
Makefile

# New ports collection makefile for: sdf
# Date created: 12 December 2000
# Whom: dannyman <dannyman@tellme.com>
#
# $FreeBSD$
#
PORTNAME= sdf
PORTVERSION= 2.001
PORTREVISION= 1
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>