summaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Raw-Bzip2/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-17 04:52:51 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-17 04:52:51 +0000
commit8d59c552c8c6b3c2d273d94ff6b1e17a69399e15 (patch)
tree75161730c6fd57bec85536cc50bdeea0bd369918 /archivers/p5-Compress-Raw-Bzip2/Makefile
parent* Migrate to gfortran. (diff)
Add p5-Compress-Raw-Bzip2 2.003, low-Level Interface to bzip2
compression library. PR: ports/108023 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Notes
Notes: svn path=/head/; revision=182579
Diffstat (limited to 'archivers/p5-Compress-Raw-Bzip2/Makefile')
-rw-r--r--archivers/p5-Compress-Raw-Bzip2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile
new file mode 100644
index 000000000000..8704d64dc1b8
--- /dev/null
+++ b/archivers/p5-Compress-Raw-Bzip2/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Compress-Raw-Bzip2
+# Date created: 2007-01-16
+# Whom: Thomas Abthorpe <thomas@goodking.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Compress-Raw-Bzip2
+PORTVERSION= 2.003
+CATEGORIES= archivers perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Compress
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= thomas@goodking.ca
+COMMENT= Low-Level Interface to bzip2 compression library
+
+PERL_CONFIGURE= YES
+
+MAN3= Compress::Raw::Bzip2.3
+
+.include <bsd.port.mk>