aboutsummaryrefslogtreecommitdiffstats
path: root/errs
Commit message (Expand)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-242-2/+2
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-232-8/+8
* all: update license informationFelix Lange2015-07-072-0/+32
* blockpool stability fixes:zelig2015-04-132-9/+2
* Moved log to debugobscuren2015-04-091-0/+10
* errs pkg for error code based errorszelig2015-02-252-0/+137
s='sha1'>668e0f51f4cd
450ec5257929

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25




                                                                            
                                                       











                                        
                                                   


                                
                                                                              

                      
# New ports collection makefile for:    p5-Sort-Versions
# Version required:         1.1
# Date created:             June 26th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.ORG>
#
#   $Id: Makefile,v 1.2 1998/08/12 09:57:56 asami Exp $
#

DISTNAME=   SortVersions-1.1
PKGNAME=    p5-Sort-Versions-1.1
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sort

MAINTAINER= jfitz@FreeBSD.ORG

USE_PERL5=  YES

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       Sort::Versions.3

do-configure:
        @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>