diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 05:45:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 05:45:34 +0000 |
commit | 6056b08c587c78dfe5869f9551812e09eaa6a347 (patch) | |
tree | 11ff68fd7059f08b8bf238afac6852ce8bd16eb5 /devel/p5-Alias/Makefile | |
parent | Modify paths to point to FreeBSD-typical places. (diff) |
Add p5-Alias 2.32, a perl module that performs aliasing services.
Notes
Notes:
svn path=/head/; revision=36551
Diffstat (limited to 'devel/p5-Alias/Makefile')
-rw-r--r-- | devel/p5-Alias/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Alias/Makefile b/devel/p5-Alias/Makefile new file mode 100644 index 000000000000..f68696776c27 --- /dev/null +++ b/devel/p5-Alias/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Alias +# Date created: 04 Nov 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Alias +PORTVERSION= 2.32 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Alias +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Alias.3 + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" + +.include <bsd.port.mk> |