1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-Set-Scalar/Makefile

27 lines
544 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= Set-Scalar
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module containing a set of scalars, including references
USES= perl5
USE_PERL5= configure
MAN3= Set::Scalar.3 \
Set::Scalar::Base.3 \
Set::Scalar::Null.3 \
Set::Scalar::Real.3 \
Set::Scalar::Virtual.3 \
Set::Scalar::Valued.3 \
Set::Scalar::ValuedUniverse.3 \
Set::Scalar::Universe.3
NO_STAGE= yes
.include <bsd.port.mk>