diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 01:36:22 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 01:36:22 +0000 |
commit | 6255354c4fd4ba895e76f6d6ffcf6941e928e99d (patch) | |
tree | 72af2552425883eec7897cfba40993f0cf6c2095 /devel/p5-Errno/Makefile | |
parent | 8fd36313dabc339dbfd12e58724f16f785423d47 (diff) |
Notes
Diffstat (limited to 'devel/p5-Errno/Makefile')
-rw-r--r-- | devel/p5-Errno/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Errno/Makefile b/devel/p5-Errno/Makefile new file mode 100644 index 000000000000..8d84d1cf0a42 --- /dev/null +++ b/devel/p5-Errno/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Errno +# Version required: 1.01 +# Date created: June 26th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= Errno-1.01 +PKGNAME= p5-Errno-1.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Errno + +MAINTAINER= jfitz@FreeBSD.ORG + +USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5 +MAN3= Errno.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> |