freebsd-ports/devel/p5-FreezeThaw/Makefile
Philip M. Gollucci abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00

23 lines
458 B
Makefile

# New ports collection makefile for: p5-FreezeThaw
# Date created: September 10th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= FreezeThaw
PORTVERSION= 0.45
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A module for converting Perl structures to strings and back
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= YES
MAN3= FreezeThaw.3
.include <bsd.port.mk>