blob: 7a8b9892ae06bf1accb8bcf58775e142e8ce7afd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: p5-IO-stringy
# Version required: 1.203
# Date created: April 27 1998
# Whom: Eivind Eklund <eivind@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/05/13 17:25:36 vanilla Exp $
#
DISTNAME= IO-stringy-1.203
PKGNAME= p5-IO-stringy-1.203
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
MAINTAINER= eivind@FreeBSD.ORG
USE_PERL5= YES
MAN3= IO::AtomicFile.3 IO::Lines.3 IO::Scalar.3 \
IO::ScalarArray.3 IO::Stringy.3 \
IO::Wrap.3 IO::WrapTie.3
MANPREFIX= ${PREFIX}/lib/perl5/5.00501
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>
|