24 lines
503 B
Makefile
24 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.58
|
|
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>
|