mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
51f366027c
- Add NO_ARCH Approved by: portmgr blanket
22 lines
386 B
Makefile
22 lines
386 B
Makefile
# Created by: Eivind Eklund <eivind@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-stringy
|
|
PORTVERSION= 2.111
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Use IO handles with non-file objects
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|