1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/misc/p5-Data-Buffer/Makefile
Dmitry Marakasov 9c409398d5 - Add LICENSE
- Add NO_ARCH
- Add WWW

Approved by:	portmgr blanket
2018-10-11 09:08:40 +00:00

22 lines
354 B
Makefile

# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Buffer
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write buffer class
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>