1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/p5-Readonly/Makefile
Sergey Skvortsov 44c678b6b6 Update Readonly-XS to 1.05
PR:		ports/146999
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
2010-06-07 15:49:52 +00:00

31 lines
694 B
Makefile

# New ports collection makefile for: Readonly
# Date created: 31 August 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Readonly
PORTVERSION= 1.03
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-XS-${PORTVERSION_XS}${EXTRACT_SUFX}
MAINTAINER= skv@FreeBSD.org
COMMENT= Facility for creating read-only scalars, arrays, hashes
PERL_CONFIGURE= 5.8.0+
CONFIGURE_ARGS= DIR="${PORTNAME}-XS-${PORTVERSION_XS}"
PORTVERSION_XS= 1.05
MAN3= Readonly.3 Readonly::XS.3
post-patch:
${MV} ${WRKDIR}/${PORTNAME}-XS-${PORTVERSION_XS} ${WRKSRC}
${RM} ${WRKSRC}/*.pl
.include <bsd.port.mk>