5190f14f8d
- Fix COMMENT - Trim header
20 lines
403 B
Makefile
20 lines
403 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FreezeThaw
|
|
PORTVERSION= 0.50.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module for converting Perl structures to strings and back
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= FreezeThaw.3
|
|
|
|
.include <bsd.port.mk>
|