mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f61aa69467
he has had one or more maintainer-timeouts on in the past 12 months.
25 lines
480 B
Makefile
25 lines
480 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.74
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Binary Data Conversion using C Types
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= ccconfig.1
|
|
MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3
|
|
|
|
.include <bsd.port.mk>
|