freebsd-ports/converters/p5-Convert-Binary-C/Makefile
Sergey Skvortsov 2f45f924ce Updated to 0.56
2004-10-12 12:44:40 +00:00

23 lines
503 B
Makefile

# 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.56
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>