aboutsummaryrefslogtreecommitdiff
path: root/textproc/sdf/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-26 06:49:32 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-26 06:49:32 +0000
commit1657d2b6895d7aaa7d29e302d0be9180f13c9ff4 (patch)
tree94fec7554e2949f09ac3e76a3e9edfae7547ad92 /textproc/sdf/Makefile
parentd204cd348e5111a13eac2e716c9c04febf2b4f80 (diff)
downloadports-1657d2b6895d7aaa7d29e302d0be9180f13c9ff4.tar.gz
ports-1657d2b6895d7aaa7d29e302d0be9180f13c9ff4.zip
Notes
Diffstat (limited to 'textproc/sdf/Makefile')
-rw-r--r--textproc/sdf/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/sdf/Makefile b/textproc/sdf/Makefile
new file mode 100644
index 000000000000..cab504c316d1
--- /dev/null
+++ b/textproc/sdf/Makefile
@@ -0,0 +1,26 @@
+# 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>