1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/converters/p5-Convert-Binary-C/Makefile
Mark Linimon f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00

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>