mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
29 lines
610 B
Makefile
29 lines
610 B
Makefile
# New ports collection makefile for: devel/p5-Set-Scalar
|
|
# Date created: 03 January 2001
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Set-Scalar
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl module containing a set of scalars, including references
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|