freebsd-ports/textproc/sdf/Makefile

25 lines
487 B
Makefile
Raw Normal View History

# Created by: dannyman <dannyman@tellme.com>
# $FreeBSD$
PORTNAME= sdf
PORTVERSION= 2.001
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:IANC
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Simple Document Format - "author-friendly" mark-up system
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
2014-07-05 00:50:40 +02:00
OPTIONS_DEFINE= DOCS
post-install:
2014-06-11 12:05:12 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
2014-07-05 00:50:40 +02:00
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>