1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/sdf/Makefile
Martin Wilke 3d086b637c - Remove DEPRECATED
- Fix MASTER_SITES
- Utilize COPYTREE_SHARE

PR:		155836
Submitted by:	Ports Fury
2011-03-25 11:36:24 +00:00

30 lines
560 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
MASTER_SITE_SUBDIR= CPAN:IANC
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Document Format - "author-friendly" mark-up system
PERL_CONFIGURE= yes
MAN1= pod2sdf.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>