mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c6301057df
Feature safe: yes
27 lines
610 B
Makefile
27 lines
610 B
Makefile
# Created by: 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= perl@FreeBSD.org
|
|
COMMENT= Facility for creating read-only scalars, arrays, hashes
|
|
|
|
PERL_CONFIGURE= yes
|
|
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>
|