2004-05-26 14:24:53 +02:00
|
|
|
# New ports collection makefile for: Convert-Binary-C
|
|
|
|
# Date created: 26 May 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Convert-Binary-C
|
2011-04-12 12:54:30 +02:00
|
|
|
PORTVERSION= 0.76
|
2004-05-26 14:24:53 +02:00
|
|
|
CATEGORIES= converters perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-26 14:24:53 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-12 22:34:18 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-05-26 14:24:53 +02:00
|
|
|
COMMENT= Binary Data Conversion using C Types
|
|
|
|
|
2011-04-12 12:54:30 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE= ART20 GPLv1
|
|
|
|
|
2009-06-06 00:42:27 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2004-05-26 14:24:53 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= ccconfig.1
|
|
|
|
MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|