23 lines
423 B
Makefile
23 lines
423 B
Makefile
# New ports collection makefile for: Scalar-String
|
|
# Date created: 25 Mar 2009
|
|
# Whom: brix@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Scalar-String
|
|
PORTVERSION= 0.002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl module for string aspects of scalars
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART10 GPLv1
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Scalar::String.3
|
|
|
|
.include <bsd.port.mk>
|