9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# New ports collection makefile for: devel/p5-PerlIO-via-dynamic
|
|
# Date created: Mar 2004
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PerlIO-via-dynamic
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= PerlIO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= Dynamic PerlIO layers
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= PerlIO::via::dynamic.3
|
|
|
|
.include <bsd.port.mk>
|