Add p5-enum 1.016,
this perl module defines a set of symbolic constants with ordered numeric values ala C enum types.. PR: 50272 Submitted by: Maxim Maximov (mcsi@agava.com)
This commit is contained in:
parent
af6cbb9911
commit
64200cd492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83317
@ -714,6 +714,7 @@
|
||||
SUBDIR += p5-UNIVERSAL-exports
|
||||
SUBDIR += p5-VCS
|
||||
SUBDIR += p5-VCS-CVS
|
||||
SUBDIR += p5-enum
|
||||
SUBDIR += p65
|
||||
SUBDIR += parrot
|
||||
SUBDIR += patch
|
||||
|
22
devel/p5-enum/Makefile
Normal file
22
devel/p5-enum/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-enum
|
||||
# Date created: 25th March 2003
|
||||
# Whom: Maxim Maximov (mcsi@agava.com)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= enum
|
||||
PORTVERSION= 1.016
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= enum
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mcsi@agava.com
|
||||
COMMENT= This perl module defines a set of symbolic constants with ordered numeric values ala C enum types.
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= enum.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-enum/distinfo
Normal file
1
devel/p5-enum/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (enum-1.016.tar.gz) = aace7ee8648e5d20c0e81f5a51cb6604
|
2
devel/p5-enum/pkg-descr
Normal file
2
devel/p5-enum/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This module defines a set of symbolic constants with ordered numeric
|
||||
values ala C enum types.
|
3
devel/p5-enum/pkg-plist
Normal file
3
devel/p5-enum/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/enum.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/enum/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/enum
|
Loading…
Reference in New Issue
Block a user