1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/textproc/sdf/Makefile
Mathieu Arnold 65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +00:00

25 lines
487 B
Makefile

# 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
COMMENT= Simple Document Format - "author-friendly" mark-up system
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>