freebsd-ports/textproc/sdf/Makefile
Will Andrews 1657d2b689 Add sdf 2.001, a perl-based package to facilitate the Simple Document
Format written by Ian Clatworthy.  Since there are not only perl modules
but also scripts, I have decided not to name this port p5-sdf.

PR:		23511
Submitted by:	dannyman <dannyman@tellme.com>
2000-12-26 06:49:32 +00:00

26 lines
465 B
Makefile

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
PKGNAMEPREFIX= p5-
MAINTAINER= dannyman@tellme.com
MAN1= pod2sdf.1
PERL_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/sdf
.endif
.include <bsd.port.mk>