aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-Binary-C/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-05-26 12:24:53 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-05-26 12:24:53 +0000
commit14c27fc21c4552d7a88a7e7c1f25b3e05b6abc5f (patch)
tree7116e40a25dd4772a54895ec8dcffae4d2692d45 /converters/p5-Convert-Binary-C/Makefile
parentfd77f3b6b4fec1533575faa78b2db59578dd500f (diff)
downloadports-14c27fc21c4552d7a88a7e7c1f25b3e05b6abc5f.tar.gz
ports-14c27fc21c4552d7a88a7e7c1f25b3e05b6abc5f.zip
Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types.
Notes
Notes: svn path=/head/; revision=110050
Diffstat (limited to 'converters/p5-Convert-Binary-C/Makefile')
-rw-r--r--converters/p5-Convert-Binary-C/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile
new file mode 100644
index 000000000000..a2ba2be8f509
--- /dev/null
+++ b/converters/p5-Convert-Binary-C/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Convert-Binary-C
+# Date created: 26 May 2004
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Convert-Binary-C
+PORTVERSION= 0.53
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Convert
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Binary Data Conversion using C Types
+
+PERL_CONFIGURE= yes
+
+MAN1= ccconfig.1
+MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3
+
+.include <bsd.port.mk>